Html Css Color HEX #F33C52 Radical Red

📋 copy color: '#F33C52'

red 243 ◦ green 60 ◦ blue 82

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

Shades of Radical Red #F33C52

Tints of Radical Red #F33C52

RGB

 RED value IS 243 (95.31% from 255) = 63.12%

 GREEN value IS 60 (23.83% from 255) = 15.58%

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

R = 63.12%
G = 15.58%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F33C52 (or 0xF33C52) is known color: Radical Red. HEX triplet: F3, 3C and 52. RGB value is (243,60,82). Sum of RGB (Red+Green+Blue) = 243+60+82=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C52 is #0CC3AD. Grayscale: #757575. Windows color (decimal): -836526 or 5389555. OLE color: 5389555.

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

Color convert

RGB 243 60 82 -
CMYK 0 0.75 0.66 0.05
HSL 352.79º 0.88% 0.59% -
HSV(B) 352.79º 0.75% 0.95% -
XYZ 40.1 22.9 10.29 -
YUV 117.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 243 60 82 0 0.75 0.66 0.05 352.79 0.88 0.59
Hex F3 3C 52 0 4B 42 5 161 58 3B
Octal 363 74 122 0 113 102 5 541 130 73
Binary 11110011 111100 1010010 0 1001011 1000010 101 101100001 1011000 111011

Color Harmonies of #F33C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33C52

Black with #F33C52

Text Example


Text Example

White with #F33C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33C52; }

 p { color: rgb(243,60,82); }

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

background-color css

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

 a { background-color: rgb(243,60,82); }

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

border-color css

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

 span { border-color: rgb(243,60,82); }

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