Html Css Color HEX #F2419F Wild Strawberry

📋 copy color: '#F2419F'

red 242 ◦ green 65 ◦ blue 159

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

Shades of Wild Strawberry #F2419F

Tints of Wild Strawberry #F2419F

RGB

 RED value IS 242 (94.92% from 255) = 51.93%

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

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

R = 51.93%
G = 13.95%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2419F (or 0xF2419F) is known color: Wild Strawberry. HEX triplet: F2, 41 and 9F. RGB value is (242,65,159). Sum of RGB (Red+Green+Blue) = 242+65+159=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2419F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2419F is #0DBE60. Grayscale: #808080. Windows color (decimal): -900705 or 10437106. OLE color: 10437106.

HSL color Cylindrical-coordinate representation of color #F2419F: hue angle of 328.14º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2419F is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 159 -
CMYK 0 0.73 0.34 0.05
HSL 328.14º 0.87% 0.6% -
HSV(B) 328.14º 0.73% 0.95% -
XYZ 44.77 25.16 35.3 -
YUV 128.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 242 65 159 0 0.73 0.34 0.05 328.14 0.87 0.6
Hex F2 41 9F 0 49 22 5 148 57 3C
Octal 362 101 237 0 111 42 5 510 127 74
Binary 11110010 1000001 10011111 0 1001001 100010 101 101001000 1010111 111100

Color Harmonies of #F2419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2419F

Black with #F2419F

Text Example


Text Example

White with #F2419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2419F; }

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

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

background-color css

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

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

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

border-color css

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

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

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