Html Css Color HEX #F0409B Wild Strawberry

📋 copy color: '#F0409B'

red 240 ◦ green 64 ◦ blue 155

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

Shades of Wild Strawberry #F0409B

Tints of Wild Strawberry #F0409B

RGB

 RED value IS 240 (94.14% from 255) = 52.29%

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

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

R = 52.29%
G = 13.94%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0409B (or 0xF0409B) is known color: Wild Strawberry. HEX triplet: F0, 40 and 9B. RGB value is (240,64,155). Sum of RGB (Red+Green+Blue) = 240+64+155=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0409B is #0FBF64. Grayscale: #7E7E7E. Windows color (decimal): -1032037 or 10174704. OLE color: 10174704.

HSL color Cylindrical-coordinate representation of color #F0409B: hue angle of 328.98º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0409B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 155 -
CMYK 0 0.73 0.35 0.06
HSL 328.98º 0.85% 0.6% -
HSV(B) 328.98º 0.73% 0.94% -
XYZ 43.68 24.56 33.45 -
YUV 127 143.81 208.6 -
System Red Green Blue C M Y K H S L
Decimal 240 64 155 0 0.73 0.35 0.06 328.98 0.85 0.6
Hex F0 40 9B 0 49 23 6 149 55 3C
Octal 360 100 233 0 111 43 6 511 125 74
Binary 11110000 1000000 10011011 0 1001001 100011 110 101001001 1010101 111100

Color Harmonies of #F0409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0409B

Black with #F0409B

Text Example


Text Example

White with #F0409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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