Html Css Color HEX #F2359F Wild Strawberry

📋 copy color: '#F2359F'

red 242 ◦ green 53 ◦ blue 159

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

Shades of Wild Strawberry #F2359F

Tints of Wild Strawberry #F2359F

RGB

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

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

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

R = 53.3%
G = 11.67%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2359F (or 0xF2359F) is known color: Wild Strawberry. HEX triplet: F2, 35 and 9F. RGB value is (242,53,159). Sum of RGB (Red+Green+Blue) = 242+53+159=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2359F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2359F is #0DCA60. Grayscale: #797979. Windows color (decimal): -903777 or 10434034. OLE color: 10434034.

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

Color convert

RGB 242 53 159 -
CMYK 0 0.78 0.34 0.05
HSL 326.35º 0.88% 0.58% -
HSV(B) 326.35º 0.78% 0.95% -
XYZ 44.15 23.93 35.09 -
YUV 121.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 242 53 159 0 0.78 0.34 0.05 326.35 0.88 0.58
Hex F2 35 9F 0 4E 22 5 146 58 3A
Octal 362 65 237 0 116 42 5 506 130 72
Binary 11110010 110101 10011111 0 1001110 100010 101 101000110 1011000 111010

Color Harmonies of #F2359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2359F

Black with #F2359F

Text Example


Text Example

White with #F2359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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