Html Css Color HEX #F33062 Radical Red

📋 copy color: '#F33062'

red 243 ◦ green 48 ◦ blue 98

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

Shades of Radical Red #F33062

Tints of Radical Red #F33062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.34%

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 62.47%
G = 12.34%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F33062 (or 0xF33062) is known color: Radical Red. HEX triplet: F3, 30 and 62. RGB value is (243,48,98). Sum of RGB (Red+Green+Blue) = 243+48+98=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F33062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33062 is #0CCF9D. Grayscale: #707070. Windows color (decimal): -839582 or 6435059. OLE color: 6435059.

HSL color Cylindrical-coordinate representation of color #F33062: hue angle of 344.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33062 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 98 -
CMYK 0 0.80 0.60 0.05
HSL 344.62º 0.89% 0.57% -
HSV(B) 344.62º 0.8% 0.95% -
XYZ 40.22 22.05 13.69 -
YUV 112.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 243 48 98 0 0.80 0.60 0.05 344.62 0.89 0.57
Hex F3 30 62 0 50 3C 5 159 59 39
Octal 363 60 142 0 120 74 5 531 131 71
Binary 11110011 110000 1100010 0 1010000 111100 101 101011001 1011001 111001

Color Harmonies of #F33062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33062

Black with #F33062

Text Example


Text Example

White with #F33062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33062; }

 p { color: rgb(243,48,98); }

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

background-color css

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

 a { background-color: rgb(243,48,98); }

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

border-color css

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

 span { border-color: rgb(243,48,98); }

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