Html Css Color HEX #F2355C Radical Red

📋 copy color: '#F2355C'

red 242 ◦ green 53 ◦ blue 92

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

Shades of Radical Red #F2355C

Tints of Radical Red #F2355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.77%

R = 62.53%
G = 13.7%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2355C (or 0xF2355C) is known color: Radical Red. HEX triplet: F2, 35 and 5C. RGB value is (242,53,92). Sum of RGB (Red+Green+Blue) = 242+53+92=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2355C is #0DCAA3. Grayscale: #717171. Windows color (decimal): -903844 or 6043122. OLE color: 6043122.

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

Color convert

RGB 242 53 92 -
CMYK 0 0.78 0.62 0.05
HSL 347.62º 0.88% 0.58% -
HSV(B) 347.62º 0.78% 0.95% -
XYZ 39.82 22.2 12.31 -
YUV 113.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 242 53 92 0 0.78 0.62 0.05 347.62 0.88 0.58
Hex F2 35 5C 0 4E 3E 5 15C 58 3A
Octal 362 65 134 0 116 76 5 534 130 72
Binary 11110010 110101 1011100 0 1001110 111110 101 101011100 1011000 111010

Color Harmonies of #F2355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2355C

Black with #F2355C

Text Example


Text Example

White with #F2355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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