Html Css Color HEX #F65058 Radical Red

📋 copy color: '#F65058'

red 246 ◦ green 80 ◦ blue 88

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

Shades of Radical Red #F65058

Tints of Radical Red #F65058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.26%

R = 59.42%
G = 19.32%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F65058 (or 0xF65058) is known color: Radical Red. HEX triplet: F6, 50 and 58. RGB value is (246,80,88). Sum of RGB (Red+Green+Blue) = 246+80+88=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F65058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65058 is #09AFA7. Grayscale: #828282. Windows color (decimal): -634792 or 5787894. OLE color: 5787894.

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

Color convert

RGB 246 80 88 -
CMYK 0 0.67 0.64 0.04
HSL 357.11º 0.9% 0.64% -
HSV(B) 357.11º 0.67% 0.96% -
XYZ 42.64 26.03 12.01 -
YUV 130.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 246 80 88 0 0.67 0.64 0.04 357.11 0.9 0.64
Hex F6 50 58 0 43 40 4 165 5A 40
Octal 366 120 130 0 103 100 4 545 132 100
Binary 11110110 1010000 1011000 0 1000011 1000000 100 101100101 1011010 1000000

Color Harmonies of #F65058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65058

Black with #F65058

Text Example


Text Example

White with #F65058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65058; }

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

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

background-color css

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

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

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

border-color css

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

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

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