Html Css Color HEX #F0449E Wild Strawberry

📋 copy color: '#F0449E'

red 240 ◦ green 68 ◦ blue 158

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

Shades of Wild Strawberry #F0449E

Tints of Wild Strawberry #F0449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

 BLUE value IS 158 (62.11% from 255) = 33.91%

R = 51.5%
G = 14.59%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0449E (or 0xF0449E) is known color: Wild Strawberry. HEX triplet: F0, 44 and 9E. RGB value is (240,68,158). Sum of RGB (Red+Green+Blue) = 240+68+158=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0449E is #0FBB61. Grayscale: #818181. Windows color (decimal): -1031010 or 10372336. OLE color: 10372336.

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

Color convert

RGB 240 68 158 -
CMYK 0 0.72 0.34 0.06
HSL 328.6º 0.85% 0.6% -
HSV(B) 328.6º 0.72% 0.94% -
XYZ 44.17 25.13 34.87 -
YUV 129.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 240 68 158 0 0.72 0.34 0.06 328.6 0.85 0.6
Hex F0 44 9E 0 48 22 6 149 55 3C
Octal 360 104 236 0 110 42 6 511 125 74
Binary 11110000 1000100 10011110 0 1001000 100010 110 101001001 1010101 111100

Color Harmonies of #F0449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0449E

Black with #F0449E

Text Example


Text Example

White with #F0449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0449E; }

 p { color: rgb(240,68,158); }

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

background-color css

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

 a { background-color: rgb(240,68,158); }

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

border-color css

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

 span { border-color: rgb(240,68,158); }

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