Html Css Color HEX #F2379F Wild Strawberry

📋 copy color: '#F2379F'

red 242 ◦ green 55 ◦ blue 159

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

Shades of Wild Strawberry #F2379F

Tints of Wild Strawberry #F2379F

RGB

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

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

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

R = 53.07%
G = 12.06%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2379F (or 0xF2379F) is known color: Wild Strawberry. HEX triplet: F2, 37 and 9F. RGB value is (242,55,159). Sum of RGB (Red+Green+Blue) = 242+55+159=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2379F is #0DC860. Grayscale: #7A7A7A. Windows color (decimal): -903265 or 10434546. OLE color: 10434546.

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

Color convert

RGB 242 55 159 -
CMYK 0 0.77 0.34 0.05
HSL 326.63º 0.88% 0.58% -
HSV(B) 326.63º 0.77% 0.95% -
XYZ 44.24 24.11 35.12 -
YUV 122.77 148.45 213.04 -
System Red Green Blue C M Y K H S L
Decimal 242 55 159 0 0.77 0.34 0.05 326.63 0.88 0.58
Hex F2 37 9F 0 4D 22 5 147 58 3A
Octal 362 67 237 0 115 42 5 507 130 72
Binary 11110010 110111 10011111 0 1001101 100010 101 101000111 1011000 111010

Color Harmonies of #F2379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2379F

Black with #F2379F

Text Example


Text Example

White with #F2379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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