Html Css Color HEX #F9409B Wild Strawberry

📋 copy color: '#F9409B'

red 249 ◦ green 64 ◦ blue 155

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

Shades of Wild Strawberry #F9409B

Tints of Wild Strawberry #F9409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.12%

R = 53.21%
G = 13.68%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9409B (or 0xF9409B) is known color: Wild Strawberry. HEX triplet: F9, 40 and 9B. RGB value is (249,64,155). Sum of RGB (Red+Green+Blue) = 249+64+155=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9409B is #06BF64. Grayscale: #818181. Windows color (decimal): -442213 or 10174713. OLE color: 10174713.

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

Color convert

RGB 249 64 155 -
CMYK 0 0.74 0.38 0.02
HSL 330.49º 0.94% 0.61% -
HSV(B) 330.49º 0.74% 0.98% -
XYZ 46.82 26.17 33.59 -
YUV 129.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 249 64 155 0 0.74 0.38 0.02 330.49 0.94 0.61
Hex F9 40 9B 0 4A 26 2 14A 5E 3D
Octal 371 100 233 0 112 46 2 512 136 75
Binary 11111001 1000000 10011011 0 1001010 100110 10 101001010 1011110 111101

Color Harmonies of #F9409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9409B

Black with #F9409B

Text Example


Text Example

White with #F9409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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