Html Css Color HEX #FA2D8A Wild Strawberry

📋 copy color: '#FA2D8A'

red 250 ◦ green 45 ◦ blue 138

#FA2D8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FA2D8A

Tints of Wild Strawberry #FA2D8A

RGB

 RED value IS 250 (98.05% from 255) = 57.74%

 GREEN value IS 45 (17.97% from 255) = 10.39%

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 57.74%
G = 10.39%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA2D8A (or 0xFA2D8A) is known color: Wild Strawberry. HEX triplet: FA, 2D and 8A. RGB value is (250,45,138). Sum of RGB (Red+Green+Blue) = 250+45+138=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D8A is #05D275. Grayscale: #747474. Windows color (decimal): -381558 or 9055738. OLE color: 9055738.

HSL color Cylindrical-coordinate representation of color #FA2D8A: hue angle of 332.78º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D8A is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 45 138 -
CMYK 0 0.82 0.45 0.02
HSL 332.78º 0.95% 0.58% -
HSV(B) 332.78º 0.82% 0.98% -
XYZ 44.95 24.04 26.31 -
YUV 116.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 250 45 138 0 0.82 0.45 0.02 332.78 0.95 0.58
Hex FA 2D 8A 0 52 2D 2 14D 5F 3A
Octal 372 55 212 0 122 55 2 515 137 72
Binary 11111010 101101 10001010 0 1010010 101101 10 101001101 1011111 111010

Color Harmonies of #FA2D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D8A

Black with #FA2D8A

Text Example


Text Example

White with #FA2D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D8A; }

 p { color: rgb(250,45,138); }

 H1.HeaderClassName
 {
   color: #FA2D8A;
 }
 .AnyTagClassName
 {
   color: #FA2D8A;
 }
</style>

background-color css

<style>
 a { background-color: #FA2D8A; }

 a { background-color: rgb(250,45,138); }

 div.DivClassName
 {
   background-color: #FA2D8A;
 }
 .BgClassName
 {
   background-color: #FA2D8A;
 }
</style>

border-color css

<style>
 span { border-color: #FA2D8A; }

 span { border-color: rgb(250,45,138); }

 td.TdClassName
 {
   border-color: #FA2D8A;
 }
 .TagClassName
 {
   border-color: #FA2D8A;
 }
</style>