Html Css Color HEX #F942A6 Wild Strawberry

📋 copy color: '#F942A6'

red 249 ◦ green 66 ◦ blue 166

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

Shades of Wild Strawberry #F942A6

Tints of Wild Strawberry #F942A6

RGB

 RED value IS 249 (97.66% from 255) = 51.77%

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

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

R = 51.77%
G = 13.72%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F942A6 (or 0xF942A6) is known color: Wild Strawberry. HEX triplet: F9, 42 and A6. RGB value is (249,66,166). Sum of RGB (Red+Green+Blue) = 249+66+166=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F942A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F942A6 is #06BD59. Grayscale: #838383. Windows color (decimal): -441690 or 10896121. OLE color: 10896121.

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

Color convert

RGB 249 66 166 -
CMYK 0 0.73 0.33 0.02
HSL 327.21º 0.94% 0.62% -
HSV(B) 327.21º 0.73% 0.98% -
XYZ 47.9 26.79 38.72 -
YUV 132.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 249 66 166 0 0.73 0.33 0.02 327.21 0.94 0.62
Hex F9 42 A6 0 49 21 2 147 5E 3E
Octal 371 102 246 0 111 41 2 507 136 76
Binary 11111001 1000010 10100110 0 1001001 100001 10 101000111 1011110 111110

Color Harmonies of #F942A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942A6

Black with #F942A6

Text Example


Text Example

White with #F942A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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