Html Css Color HEX #F33F52 Radical Red

📋 copy color: '#F33F52'

red 243 ◦ green 63 ◦ blue 82

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

Shades of Radical Red #F33F52

Tints of Radical Red #F33F52

RGB

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

 GREEN value IS 63 (25% from 255) = 16.24%

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

R = 62.63%
G = 16.24%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F33F52 (or 0xF33F52) is known color: Radical Red. HEX triplet: F3, 3F and 52. RGB value is (243,63,82). Sum of RGB (Red+Green+Blue) = 243+63+82=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33F52 is #0CC0AD. Grayscale: #777777. Windows color (decimal): -835758 or 5390323. OLE color: 5390323.

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

Color convert

RGB 243 63 82 -
CMYK 0 0.74 0.66 0.05
HSL 353.67º 0.88% 0.6% -
HSV(B) 353.67º 0.74% 0.95% -
XYZ 40.26 23.22 10.34 -
YUV 118.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 243 63 82 0 0.74 0.66 0.05 353.67 0.88 0.6
Hex F3 3F 52 0 4A 42 5 162 58 3C
Octal 363 77 122 0 112 102 5 542 130 74
Binary 11110011 111111 1010010 0 1001010 1000010 101 101100010 1011000 111100

Color Harmonies of #F33F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33F52

Black with #F33F52

Text Example


Text Example

White with #F33F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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