Html Css Color HEX #F9409D Wild Strawberry

📋 copy color: '#F9409D'

red 249 ◦ green 64 ◦ blue 157

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

Shades of Wild Strawberry #F9409D

Tints of Wild Strawberry #F9409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 52.98%
G = 13.62%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9409D (or 0xF9409D) is known color: Wild Strawberry. HEX triplet: F9, 40 and 9D. RGB value is (249,64,157). Sum of RGB (Red+Green+Blue) = 249+64+157=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9409D is #06BF62. Grayscale: #818181. Windows color (decimal): -442211 or 10305785. OLE color: 10305785.

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

Color convert

RGB 249 64 157 -
CMYK 0 0.74 0.37 0.02
HSL 329.84º 0.94% 0.61% -
HSV(B) 329.84º 0.74% 0.98% -
XYZ 46.99 26.24 34.49 -
YUV 129.92 143.29 212.94 -
System Red Green Blue C M Y K H S L
Decimal 249 64 157 0 0.74 0.37 0.02 329.84 0.94 0.61
Hex F9 40 9D 0 4A 25 2 14A 5E 3D
Octal 371 100 235 0 112 45 2 512 136 75
Binary 11111001 1000000 10011101 0 1001010 100101 10 101001010 1011110 111101

Color Harmonies of #F9409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9409D

Black with #F9409D

Text Example


Text Example

White with #F9409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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