Html Css Color HEX #FB42A6 Wild Strawberry

📋 copy color: '#FB42A6'

red 251 ◦ green 66 ◦ blue 166

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

Shades of Wild Strawberry #FB42A6

Tints of Wild Strawberry #FB42A6

RGB

 RED value IS 251 (98.44% from 255) = 51.97%

 GREEN value IS 66 (26.17% from 255) = 13.66%

 BLUE value IS 166 (65.23% from 255) = 34.37%

R = 51.97%
G = 13.66%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB42A6 (or 0xFB42A6) is known color: Wild Strawberry. HEX triplet: FB, 42 and A6. RGB value is (251,66,166). Sum of RGB (Red+Green+Blue) = 251+66+166=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB42A6 is #04BD59. Grayscale: #848484. Windows color (decimal): -310618 or 10896123. OLE color: 10896123.

HSL color Cylindrical-coordinate representation of color #FB42A6: hue angle of 327.57º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB42A6 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 66 166 -
CMYK 0 0.74 0.34 0.02
HSL 327.57º 0.96% 0.62% -
HSV(B) 327.57º 0.74% 0.98% -
XYZ 48.61 27.16 38.76 -
YUV 132.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 251 66 166 0 0.74 0.34 0.02 327.57 0.96 0.62
Hex FB 42 A6 0 4A 22 2 148 60 3E
Octal 373 102 246 0 112 42 2 510 140 76
Binary 11111011 1000010 10100110 0 1001010 100010 10 101001000 1100000 111110

Color Harmonies of #FB42A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB42A6

Black with #FB42A6

Text Example


Text Example

White with #FB42A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB42A6; }

 p { color: rgb(251,66,166); }

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

background-color css

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

 a { background-color: rgb(251,66,166); }

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

border-color css

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

 span { border-color: rgb(251,66,166); }

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