Html Css Color HEX #F942A0 Wild Strawberry

📋 copy color: '#F942A0'

red 249 ◦ green 66 ◦ blue 160

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

Shades of Wild Strawberry #F942A0

Tints of Wild Strawberry #F942A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 52.42%
G = 13.89%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F942A0 (or 0xF942A0) is known color: Wild Strawberry. HEX triplet: F9, 42 and A0. RGB value is (249,66,160). Sum of RGB (Red+Green+Blue) = 249+66+160=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F942A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F942A0 is #06BD5F. Grayscale: #838383. Windows color (decimal): -441696 or 10502905. OLE color: 10502905.

HSL color Cylindrical-coordinate representation of color #F942A0: hue angle of 329.18º 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 #F942A0 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 66 160 -
CMYK 0 0.73 0.36 0.02
HSL 329.18º 0.94% 0.62% -
HSV(B) 329.18º 0.73% 0.98% -
XYZ 47.36 26.57 35.89 -
YUV 131.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 249 66 160 0 0.73 0.36 0.02 329.18 0.94 0.62
Hex F9 42 A0 0 49 24 2 149 5E 3E
Octal 371 102 240 0 111 44 2 511 136 76
Binary 11111001 1000010 10100000 0 1001001 100100 10 101001001 1011110 111110

Color Harmonies of #F942A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942A0

Black with #F942A0

Text Example


Text Example

White with #F942A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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