Html Css Color HEX #F0419F Wild Strawberry

📋 copy color: '#F0419F'

red 240 ◦ green 65 ◦ blue 159

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

Shades of Wild Strawberry #F0419F

Tints of Wild Strawberry #F0419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.01%

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

R = 51.72%
G = 14.01%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0419F (or 0xF0419F) is known color: Wild Strawberry. HEX triplet: F0, 41 and 9F. RGB value is (240,65,159). Sum of RGB (Red+Green+Blue) = 240+65+159=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0419F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0419F is #0FBE60. Grayscale: #7F7F7F. Windows color (decimal): -1031777 or 10437104. OLE color: 10437104.

HSL color Cylindrical-coordinate representation of color #F0419F: hue angle of 327.77º 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 #F0419F is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 159 -
CMYK 0 0.73 0.34 0.06
HSL 327.77º 0.85% 0.6% -
HSV(B) 327.77º 0.73% 0.94% -
XYZ 44.08 24.81 35.27 -
YUV 128.04 145.48 207.86 -
System Red Green Blue C M Y K H S L
Decimal 240 65 159 0 0.73 0.34 0.06 327.77 0.85 0.6
Hex F0 41 9F 0 49 22 6 148 55 3C
Octal 360 101 237 0 111 42 6 510 125 74
Binary 11110000 1000001 10011111 0 1001001 100010 110 101001000 1010101 111100

Color Harmonies of #F0419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0419F

Black with #F0419F

Text Example


Text Example

White with #F0419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0419F; }

 p { color: rgb(240,65,159); }

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

background-color css

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

 a { background-color: rgb(240,65,159); }

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

border-color css

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

 span { border-color: rgb(240,65,159); }

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