Html Css Color HEX #F0419B Wild Strawberry

📋 copy color: '#F0419B'

red 240 ◦ green 65 ◦ blue 155

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

Shades of Wild Strawberry #F0419B

Tints of Wild Strawberry #F0419B

RGB

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

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

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

R = 52.17%
G = 14.13%
B = 33.7%

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

#F0419B (or 0xF0419B) is known color: Wild Strawberry. HEX triplet: F0, 41 and 9B. RGB value is (240,65,155). Sum of RGB (Red+Green+Blue) = 240+65+155=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0419B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0419B is #0FBE64. Grayscale: #7F7F7F. Windows color (decimal): -1031781 or 10174960. OLE color: 10174960.

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

Color convert

RGB 240 65 155 -
CMYK 0 0.73 0.35 0.06
HSL 329.14º 0.85% 0.6% -
HSV(B) 329.14º 0.73% 0.94% -
XYZ 43.74 24.67 33.47 -
YUV 127.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 240 65 155 0 0.73 0.35 0.06 329.14 0.85 0.6
Hex F0 41 9B 0 49 23 6 149 55 3C
Octal 360 101 233 0 111 43 6 511 125 74
Binary 11110000 1000001 10011011 0 1001001 100011 110 101001001 1010101 111100

Color Harmonies of #F0419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0419B

Black with #F0419B

Text Example


Text Example

White with #F0419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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