Html Css Color HEX #F2419D Wild Strawberry

📋 copy color: '#F2419D'

red 242 ◦ green 65 ◦ blue 157

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

Shades of Wild Strawberry #F2419D

Tints of Wild Strawberry #F2419D

RGB

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

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

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

R = 52.16%
G = 14.01%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2419D (or 0xF2419D) is known color: Wild Strawberry. HEX triplet: F2, 41 and 9D. RGB value is (242,65,157). Sum of RGB (Red+Green+Blue) = 242+65+157=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2419D is #0DBE62. Grayscale: #808080. Windows color (decimal): -900707 or 10306034. OLE color: 10306034.

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

Color convert

RGB 242 65 157 -
CMYK 0 0.73 0.35 0.05
HSL 328.81º 0.87% 0.6% -
HSV(B) 328.81º 0.73% 0.95% -
XYZ 44.59 25.09 34.39 -
YUV 128.41 144.14 209.02 -
System Red Green Blue C M Y K H S L
Decimal 242 65 157 0 0.73 0.35 0.05 328.81 0.87 0.6
Hex F2 41 9D 0 49 23 5 149 57 3C
Octal 362 101 235 0 111 43 5 511 127 74
Binary 11110010 1000001 10011101 0 1001001 100011 101 101001001 1010111 111100

Color Harmonies of #F2419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2419D

Black with #F2419D

Text Example


Text Example

White with #F2419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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