Html Css Color HEX #F6505A Radical Red

📋 copy color: '#F6505A'

red 246 ◦ green 80 ◦ blue 90

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

Shades of Radical Red #F6505A

Tints of Radical Red #F6505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 59.13%
G = 19.23%
B = 21.63%

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

#F6505A (or 0xF6505A) is known color: Radical Red. HEX triplet: F6, 50 and 5A. RGB value is (246,80,90). Sum of RGB (Red+Green+Blue) = 246+80+90=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F6505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6505A is #09AFA5. Grayscale: #828282. Windows color (decimal): -634790 or 5918966. OLE color: 5918966.

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

Color convert

RGB 246 80 90 -
CMYK 0 0.67 0.63 0.04
HSL 356.39º 0.9% 0.64% -
HSV(B) 356.39º 0.67% 0.96% -
XYZ 42.72 26.07 12.45 -
YUV 130.77 105 210.19 -
System Red Green Blue C M Y K H S L
Decimal 246 80 90 0 0.67 0.63 0.04 356.39 0.9 0.64
Hex F6 50 5A 0 43 3F 4 164 5A 40
Octal 366 120 132 0 103 77 4 544 132 100
Binary 11110110 1010000 1011010 0 1000011 111111 100 101100100 1011010 1000000

Color Harmonies of #F6505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6505A

Black with #F6505A

Text Example


Text Example

White with #F6505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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