Html Css Color HEX #F0419A Wild Strawberry

📋 copy color: '#F0419A'

red 240 ◦ green 65 ◦ blue 154

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

Shades of Wild Strawberry #F0419A

Tints of Wild Strawberry #F0419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 52.29%
G = 14.16%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0419A (or 0xF0419A) is known color: Wild Strawberry. HEX triplet: F0, 41 and 9A. RGB value is (240,65,154). Sum of RGB (Red+Green+Blue) = 240+65+154=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0419A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0419A is #0FBE65. Grayscale: #7F7F7F. Windows color (decimal): -1031782 or 10109424. OLE color: 10109424.

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

Color convert

RGB 240 65 154 -
CMYK 0 0.73 0.36 0.06
HSL 329.49º 0.85% 0.6% -
HSV(B) 329.49º 0.73% 0.94% -
XYZ 43.66 24.64 33.03 -
YUV 127.47 142.98 208.26 -
System Red Green Blue C M Y K H S L
Decimal 240 65 154 0 0.73 0.36 0.06 329.49 0.85 0.6
Hex F0 41 9A 0 49 24 6 149 55 3C
Octal 360 101 232 0 111 44 6 511 125 74
Binary 11110000 1000001 10011010 0 1001001 100100 110 101001001 1010101 111100

Color Harmonies of #F0419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0419A

Black with #F0419A

Text Example


Text Example

White with #F0419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0419A; }

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

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

background-color css

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

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

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

border-color css

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

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

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