Html Css Color HEX #F2379C Wild Strawberry

📋 copy color: '#F2379C'

red 242 ◦ green 55 ◦ blue 156

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

Shades of Wild Strawberry #F2379C

Tints of Wild Strawberry #F2379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.44%

R = 53.42%
G = 12.14%
B = 34.44%

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

#F2379C (or 0xF2379C) is known color: Wild Strawberry. HEX triplet: F2, 37 and 9C. RGB value is (242,55,156). Sum of RGB (Red+Green+Blue) = 242+55+156=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2379C is #0DC863. Grayscale: #7A7A7A. Windows color (decimal): -903268 or 10237938. OLE color: 10237938.

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

Color convert

RGB 242 55 156 -
CMYK 0 0.77 0.36 0.05
HSL 327.59º 0.88% 0.58% -
HSV(B) 327.59º 0.77% 0.95% -
XYZ 43.98 24.01 33.77 -
YUV 122.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 242 55 156 0 0.77 0.36 0.05 327.59 0.88 0.58
Hex F2 37 9C 0 4D 24 5 148 58 3A
Octal 362 67 234 0 115 44 5 510 130 72
Binary 11110010 110111 10011100 0 1001101 100100 101 101001000 1011000 111010

Color Harmonies of #F2379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2379C

Black with #F2379C

Text Example


Text Example

White with #F2379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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