Html Css Color HEX #F2358C Wild Strawberry

📋 copy color: '#F2358C'

red 242 ◦ green 53 ◦ blue 140

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

Shades of Wild Strawberry #F2358C

Tints of Wild Strawberry #F2358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 55.63%
G = 12.18%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2358C (or 0xF2358C) is known color: Wild Strawberry. HEX triplet: F2, 35 and 8C. RGB value is (242,53,140). Sum of RGB (Red+Green+Blue) = 242+53+140=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2358C is #0DCA73. Grayscale: #777777. Windows color (decimal): -903796 or 9188850. OLE color: 9188850.

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

Color convert

RGB 242 53 140 -
CMYK 0 0.78 0.42 0.05
HSL 332.38º 0.88% 0.58% -
HSV(B) 332.38º 0.78% 0.95% -
XYZ 42.62 23.32 27.06 -
YUV 119.43 139.62 215.43 -
System Red Green Blue C M Y K H S L
Decimal 242 53 140 0 0.78 0.42 0.05 332.38 0.88 0.58
Hex F2 35 8C 0 4E 2A 5 14C 58 3A
Octal 362 65 214 0 116 52 5 514 130 72
Binary 11110010 110101 10001100 0 1001110 101010 101 101001100 1011000 111010

Color Harmonies of #F2358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2358C

Black with #F2358C

Text Example


Text Example

White with #F2358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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