Html Css Color HEX #F0419D Wild Strawberry

📋 copy color: '#F0419D'

red 240 ◦ green 65 ◦ blue 157

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

Shades of Wild Strawberry #F0419D

Tints of Wild Strawberry #F0419D

RGB

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

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

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

R = 51.95%
G = 14.07%
B = 33.98%

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

#F0419D (or 0xF0419D) is known color: Wild Strawberry. HEX triplet: F0, 41 and 9D. RGB value is (240,65,157). Sum of RGB (Red+Green+Blue) = 240+65+157=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0419D is #0FBE62. Grayscale: #7F7F7F. Windows color (decimal): -1031779 or 10306032. OLE color: 10306032.

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

Color convert

RGB 240 65 157 -
CMYK 0 0.73 0.35 0.06
HSL 328.46º 0.85% 0.6% -
HSV(B) 328.46º 0.73% 0.94% -
XYZ 43.91 24.74 34.36 -
YUV 127.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 240 65 157 0 0.73 0.35 0.06 328.46 0.85 0.6
Hex F0 41 9D 0 49 23 6 148 55 3C
Octal 360 101 235 0 111 43 6 510 125 74
Binary 11110000 1000001 10011101 0 1001001 100011 110 101001000 1010101 111100

Color Harmonies of #F0419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0419D

Black with #F0419D

Text Example


Text Example

White with #F0419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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