Html Css Color HEX #F9429C Wild Strawberry

📋 copy color: '#F9429C'

red 249 ◦ green 66 ◦ blue 156

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

Shades of Wild Strawberry #F9429C

Tints of Wild Strawberry #F9429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.12%

R = 52.87%
G = 14.01%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9429C (or 0xF9429C) is known color: Wild Strawberry. HEX triplet: F9, 42 and 9C. RGB value is (249,66,156). Sum of RGB (Red+Green+Blue) = 249+66+156=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9429C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9429C is #06BD63. Grayscale: #828282. Windows color (decimal): -441700 or 10240761. OLE color: 10240761.

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

Color convert

RGB 249 66 156 -
CMYK 0 0.73 0.37 0.02
HSL 330.49º 0.94% 0.62% -
HSV(B) 330.49º 0.73% 0.98% -
XYZ 47.02 26.44 34.08 -
YUV 130.98 142.13 212.18 -
System Red Green Blue C M Y K H S L
Decimal 249 66 156 0 0.73 0.37 0.02 330.49 0.94 0.62
Hex F9 42 9C 0 49 25 2 14A 5E 3E
Octal 371 102 234 0 111 45 2 512 136 76
Binary 11111001 1000010 10011100 0 1001001 100101 10 101001010 1011110 111110

Color Harmonies of #F9429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9429C

Black with #F9429C

Text Example


Text Example

White with #F9429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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