Html Css Color HEX #F9409F Wild Strawberry

📋 copy color: '#F9409F'

red 249 ◦ green 64 ◦ blue 159

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

Shades of Wild Strawberry #F9409F

Tints of Wild Strawberry #F9409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.56%

 BLUE value IS 159 (62.5% from 255) = 33.69%

R = 52.75%
G = 13.56%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9409F (or 0xF9409F) is known color: Wild Strawberry. HEX triplet: F9, 40 and 9F. RGB value is (249,64,159). Sum of RGB (Red+Green+Blue) = 249+64+159=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9409F is #06BF60. Grayscale: #818181. Windows color (decimal): -442209 or 10436857. OLE color: 10436857.

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

Color convert

RGB 249 64 159 -
CMYK 0 0.74 0.36 0.02
HSL 329.19º 0.94% 0.61% -
HSV(B) 329.19º 0.74% 0.98% -
XYZ 47.16 26.31 35.39 -
YUV 130.15 144.29 212.78 -
System Red Green Blue C M Y K H S L
Decimal 249 64 159 0 0.74 0.36 0.02 329.19 0.94 0.61
Hex F9 40 9F 0 4A 24 2 149 5E 3D
Octal 371 100 237 0 112 44 2 511 136 75
Binary 11111001 1000000 10011111 0 1001010 100100 10 101001001 1011110 111101

Color Harmonies of #F9409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9409F

Black with #F9409F

Text Example


Text Example

White with #F9409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9409F; }

 p { color: rgb(249,64,159); }

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

background-color css

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

 a { background-color: rgb(249,64,159); }

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

border-color css

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

 span { border-color: rgb(249,64,159); }

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