Html Css Color HEX #F9429A Wild Strawberry

📋 copy color: '#F9429A'

red 249 ◦ green 66 ◦ blue 154

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

Shades of Wild Strawberry #F9429A

Tints of Wild Strawberry #F9429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.84%

R = 53.09%
G = 14.07%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9429A (or 0xF9429A) is known color: Wild Strawberry. HEX triplet: F9, 42 and 9A. RGB value is (249,66,154). Sum of RGB (Red+Green+Blue) = 249+66+154=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9429A is #06BD65. Grayscale: #828282. Windows color (decimal): -441702 or 10109689. OLE color: 10109689.

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

Color convert

RGB 249 66 154 -
CMYK 0 0.73 0.38 0.02
HSL 331.15º 0.94% 0.62% -
HSV(B) 331.15º 0.73% 0.98% -
XYZ 46.85 26.37 33.19 -
YUV 130.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 249 66 154 0 0.73 0.38 0.02 331.15 0.94 0.62
Hex F9 42 9A 0 49 26 2 14B 5E 3E
Octal 371 102 232 0 111 46 2 513 136 76
Binary 11111001 1000010 10011010 0 1001001 100110 10 101001011 1011110 111110

Color Harmonies of #F9429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9429A

Black with #F9429A

Text Example


Text Example

White with #F9429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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