Html Css Color HEX #F65052 Radical Red

📋 copy color: '#F65052'

red 246 ◦ green 80 ◦ blue 82

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

Shades of Radical Red #F65052

Tints of Radical Red #F65052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 60.29%
G = 19.61%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F65052 (or 0xF65052) is known color: Radical Red. HEX triplet: F6, 50 and 52. RGB value is (246,80,82). Sum of RGB (Red+Green+Blue) = 246+80+82=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F65052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65052 is #09AFAD. Grayscale: #828282. Windows color (decimal): -634798 or 5394678. OLE color: 5394678.

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

Color convert

RGB 246 80 82 -
CMYK 0 0.67 0.67 0.04
HSL 359.28º 0.9% 0.64% -
HSV(B) 359.28º 0.67% 0.96% -
XYZ 42.4 25.94 10.75 -
YUV 129.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 246 80 82 0 0.67 0.67 0.04 359.28 0.9 0.64
Hex F6 50 52 0 43 43 4 167 5A 40
Octal 366 120 122 0 103 103 4 547 132 100
Binary 11110110 1010000 1010010 0 1000011 1000011 100 101100111 1011010 1000000

Color Harmonies of #F65052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65052

Black with #F65052

Text Example


Text Example

White with #F65052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65052; }

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

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

background-color css

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

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

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

border-color css

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

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

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