Html Css Color HEX #F3505D Radical Red

📋 copy color: '#F3505D'

red 243 ◦ green 80 ◦ blue 93

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

Shades of Radical Red #F3505D

Tints of Radical Red #F3505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 58.41%
G = 19.23%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3505D (or 0xF3505D) is known color: Radical Red. HEX triplet: F3, 50 and 5D. RGB value is (243,80,93). Sum of RGB (Red+Green+Blue) = 243+80+93=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F3505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3505D is #0CAFA2. Grayscale: #828282. Windows color (decimal): -831395 or 6115571. OLE color: 6115571.

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

Color convert

RGB 243 80 93 -
CMYK 0 0.67 0.62 0.05
HSL 355.21º 0.87% 0.63% -
HSV(B) 355.21º 0.67% 0.95% -
XYZ 41.81 25.58 13.09 -
YUV 130.22 107 208.44 -
System Red Green Blue C M Y K H S L
Decimal 243 80 93 0 0.67 0.62 0.05 355.21 0.87 0.63
Hex F3 50 5D 0 43 3E 5 163 57 3F
Octal 363 120 135 0 103 76 5 543 127 77
Binary 11110011 1010000 1011101 0 1000011 111110 101 101100011 1010111 111111

Color Harmonies of #F3505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3505D

Black with #F3505D

Text Example


Text Example

White with #F3505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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