Html Css Color HEX #F33F72 Radical Red

📋 copy color: '#F33F72'

red 243 ◦ green 63 ◦ blue 114

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

Shades of Radical Red #F33F72

Tints of Radical Red #F33F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 57.86%
G = 15%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F33F72 (or 0xF33F72) is known color: Radical Red. HEX triplet: F3, 3F and 72. RGB value is (243,63,114). Sum of RGB (Red+Green+Blue) = 243+63+114=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33F72 is #0CC08D. Grayscale: #7A7A7A. Windows color (decimal): -835726 or 7487475. OLE color: 7487475.

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

Color convert

RGB 243 63 114 -
CMYK 0 0.74 0.53 0.05
HSL 343º 0.88% 0.6% -
HSV(B) 343º 0.74% 0.95% -
XYZ 41.78 23.82 18.32 -
YUV 122.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 243 63 114 0 0.74 0.53 0.05 343 0.88 0.6
Hex F3 3F 72 0 4A 35 5 157 58 3C
Octal 363 77 162 0 112 65 5 527 130 74
Binary 11110011 111111 1110010 0 1001010 110101 101 101010111 1011000 111100

Color Harmonies of #F33F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33F72

Black with #F33F72

Text Example


Text Example

White with #F33F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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