Html Css Color HEX #F6505C Radical Red

📋 copy color: '#F6505C'

red 246 ◦ green 80 ◦ blue 92

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

Shades of Radical Red #F6505C

Tints of Radical Red #F6505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.01%

R = 58.85%
G = 19.14%
B = 22.01%

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

#F6505C (or 0xF6505C) is known color: Radical Red. HEX triplet: F6, 50 and 5C. RGB value is (246,80,92). Sum of RGB (Red+Green+Blue) = 246+80+92=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F6505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6505C is #09AFA3. Grayscale: #838383. Windows color (decimal): -634788 or 6050038. OLE color: 6050038.

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

Color convert

RGB 246 80 92 -
CMYK 0 0.67 0.63 0.04
HSL 355.66º 0.9% 0.64% -
HSV(B) 355.66º 0.67% 0.96% -
XYZ 42.81 26.1 12.91 -
YUV 131 106 210.02 -
System Red Green Blue C M Y K H S L
Decimal 246 80 92 0 0.67 0.63 0.04 355.66 0.9 0.64
Hex F6 50 5C 0 43 3F 4 164 5A 40
Octal 366 120 134 0 103 77 4 544 132 100
Binary 11110110 1010000 1011100 0 1000011 111111 100 101100100 1011010 1000000

Color Harmonies of #F6505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6505C

Black with #F6505C

Text Example


Text Example

White with #F6505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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