Html Css Color HEX #F6505B Radical Red

📋 copy color: '#F6505B'

red 246 ◦ green 80 ◦ blue 91

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

Shades of Radical Red #F6505B

Tints of Radical Red #F6505B

RGB

 RED value IS 246 (96.48% from 255) = 58.99%

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

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 58.99%
G = 19.18%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6505B (or 0xF6505B) is known color: Radical Red. HEX triplet: F6, 50 and 5B. RGB value is (246,80,91). Sum of RGB (Red+Green+Blue) = 246+80+91=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F6505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6505B is #09AFA4. Grayscale: #838383. Windows color (decimal): -634789 or 5984502. OLE color: 5984502.

HSL color Cylindrical-coordinate representation of color #F6505B: hue angle of 356.02º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6505B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 80 91 -
CMYK 0 0.67 0.63 0.04
HSL 356.02º 0.9% 0.64% -
HSV(B) 356.02º 0.67% 0.96% -
XYZ 42.76 26.09 12.68 -
YUV 130.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 246 80 91 0 0.67 0.63 0.04 356.02 0.9 0.64
Hex F6 50 5B 0 43 3F 4 164 5A 40
Octal 366 120 133 0 103 77 4 544 132 100
Binary 11110110 1010000 1011011 0 1000011 111111 100 101100100 1011010 1000000

Color Harmonies of #F6505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6505B

Black with #F6505B

Text Example


Text Example

White with #F6505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6505B; }

 p { color: rgb(246,80,91); }

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

background-color css

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

 a { background-color: rgb(246,80,91); }

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

border-color css

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

 span { border-color: rgb(246,80,91); }

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