Html Css Color HEX #F35053 Radical Red

📋 copy color: '#F35053'

red 243 ◦ green 80 ◦ blue 83

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

Shades of Radical Red #F35053

Tints of Radical Red #F35053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 59.85%
G = 19.7%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F35053 (or 0xF35053) is known color: Radical Red. HEX triplet: F3, 50 and 53. RGB value is (243,80,83). Sum of RGB (Red+Green+Blue) = 243+80+83=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F35053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35053 is #0CAFAC. Grayscale: #818181. Windows color (decimal): -831405 or 5460211. OLE color: 5460211.

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

Color convert

RGB 243 80 83 -
CMYK 0 0.67 0.66 0.05
HSL 358.9º 0.87% 0.63% -
HSV(B) 358.9º 0.67% 0.95% -
XYZ 41.39 25.42 10.91 -
YUV 129.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 243 80 83 0 0.67 0.66 0.05 358.9 0.87 0.63
Hex F3 50 53 0 43 42 5 167 57 3F
Octal 363 120 123 0 103 102 5 547 127 77
Binary 11110011 1010000 1010011 0 1000011 1000010 101 101100111 1010111 111111

Color Harmonies of #F35053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35053

Black with #F35053

Text Example


Text Example

White with #F35053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35053; }

 p { color: rgb(243,80,83); }

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

background-color css

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

 a { background-color: rgb(243,80,83); }

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

border-color css

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

 span { border-color: rgb(243,80,83); }

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