Html Css Color HEX #F2379A Wild Strawberry

📋 copy color: '#F2379A'

red 242 ◦ green 55 ◦ blue 154

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

Shades of Wild Strawberry #F2379A

Tints of Wild Strawberry #F2379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.2%

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

R = 53.66%
G = 12.2%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2379A (or 0xF2379A) is known color: Wild Strawberry. HEX triplet: F2, 37 and 9A. RGB value is (242,55,154). Sum of RGB (Red+Green+Blue) = 242+55+154=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2379A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2379A is #0DC865. Grayscale: #797979. Windows color (decimal): -903270 or 10106866. OLE color: 10106866.

HSL color Cylindrical-coordinate representation of color #F2379A: hue angle of 328.24º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2379A is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 55 154 -
CMYK 0 0.77 0.36 0.05
HSL 328.24º 0.88% 0.58% -
HSV(B) 328.24º 0.77% 0.95% -
XYZ 43.82 23.94 32.88 -
YUV 122.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 242 55 154 0 0.77 0.36 0.05 328.24 0.88 0.58
Hex F2 37 9A 0 4D 24 5 148 58 3A
Octal 362 67 232 0 115 44 5 510 130 72
Binary 11110010 110111 10011010 0 1001101 100100 101 101001000 1011000 111010

Color Harmonies of #F2379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2379A

Black with #F2379A

Text Example


Text Example

White with #F2379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2379A; }

 p { color: rgb(242,55,154); }

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

background-color css

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

 a { background-color: rgb(242,55,154); }

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

border-color css

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

 span { border-color: rgb(242,55,154); }

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