Html Css Color HEX #F2359D Wild Strawberry

📋 copy color: '#F2359D'

red 242 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #F2359D

Tints of Wild Strawberry #F2359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.73%

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

R = 53.54%
G = 11.73%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2359D (or 0xF2359D) is known color: Wild Strawberry. HEX triplet: F2, 35 and 9D. RGB value is (242,53,157). Sum of RGB (Red+Green+Blue) = 242+53+157=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2359D is #0DCA62. Grayscale: #797979. Windows color (decimal): -903779 or 10302962. OLE color: 10302962.

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

Color convert

RGB 242 53 157 -
CMYK 0 0.78 0.35 0.05
HSL 326.98º 0.88% 0.58% -
HSV(B) 326.98º 0.78% 0.95% -
XYZ 43.98 23.86 34.19 -
YUV 121.37 148.12 214.04 -
System Red Green Blue C M Y K H S L
Decimal 242 53 157 0 0.78 0.35 0.05 326.98 0.88 0.58
Hex F2 35 9D 0 4E 23 5 147 58 3A
Octal 362 65 235 0 116 43 5 507 130 72
Binary 11110010 110101 10011101 0 1001110 100011 101 101000111 1011000 111010

Color Harmonies of #F2359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2359D

Black with #F2359D

Text Example


Text Example

White with #F2359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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