Html Css Color HEX #F23952 Radical Red

📋 copy color: '#F23952'

red 242 ◦ green 57 ◦ blue 82

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

Shades of Radical Red #F23952

Tints of Radical Red #F23952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 63.52%
G = 14.96%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F23952 (or 0xF23952) is known color: Radical Red. HEX triplet: F2, 39 and 52. RGB value is (242,57,82). Sum of RGB (Red+Green+Blue) = 242+57+82=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F23952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23952 is #0DC6AD. Grayscale: #737373. Windows color (decimal): -902830 or 5388786. OLE color: 5388786.

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

Color convert

RGB 242 57 82 -
CMYK 0 0.76 0.66 0.05
HSL 351.89º 0.88% 0.59% -
HSV(B) 351.89º 0.76% 0.95% -
XYZ 39.6 22.41 10.22 -
YUV 115.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 242 57 82 0 0.76 0.66 0.05 351.89 0.88 0.59
Hex F2 39 52 0 4C 42 5 160 58 3B
Octal 362 71 122 0 114 102 5 540 130 73
Binary 11110010 111001 1010010 0 1001100 1000010 101 101100000 1011000 111011

Color Harmonies of #F23952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23952

Black with #F23952

Text Example


Text Example

White with #F23952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23952; }

 p { color: rgb(242,57,82); }

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

background-color css

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

 a { background-color: rgb(242,57,82); }

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

border-color css

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

 span { border-color: rgb(242,57,82); }

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