Html Css Color HEX #F2356D Radical Red

📋 copy color: '#F2356D'

red 242 ◦ green 53 ◦ blue 109

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

Shades of Radical Red #F2356D

Tints of Radical Red #F2356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.98%

R = 59.9%
G = 13.12%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2356D (or 0xF2356D) is known color: Radical Red. HEX triplet: F2, 35 and 6D. RGB value is (242,53,109). Sum of RGB (Red+Green+Blue) = 242+53+109=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2356D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2356D is #0DCA92. Grayscale: #737373. Windows color (decimal): -903827 or 7157234. OLE color: 7157234.

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

Color convert

RGB 242 53 109 -
CMYK 0 0.78 0.55 0.05
HSL 342.22º 0.88% 0.58% -
HSV(B) 342.22º 0.78% 0.95% -
XYZ 40.65 22.53 16.67 -
YUV 115.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 242 53 109 0 0.78 0.55 0.05 342.22 0.88 0.58
Hex F2 35 6D 0 4E 37 5 156 58 3A
Octal 362 65 155 0 116 67 5 526 130 72
Binary 11110010 110101 1101101 0 1001110 110111 101 101010110 1011000 111010

Color Harmonies of #F2356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2356D

Black with #F2356D

Text Example


Text Example

White with #F2356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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