Html Css Color HEX #F6245C Radical Red

📋 copy color: '#F6245C'

red 246 ◦ green 36 ◦ blue 92

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

Shades of Radical Red #F6245C

Tints of Radical Red #F6245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.63%

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

R = 65.78%
G = 9.63%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6245C (or 0xF6245C) is known color: Radical Red. HEX triplet: F6, 24 and 5C. RGB value is (246,36,92). Sum of RGB (Red+Green+Blue) = 246+36+92=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6245C is #09DBA3. Grayscale: #696969. Windows color (decimal): -646052 or 6038774. OLE color: 6038774.

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

Color convert

RGB 246 36 92 -
CMYK 0 0.85 0.63 0.04
HSL 344º 0.92% 0.55% -
HSV(B) 344º 0.85% 0.96% -
XYZ 40.57 21.63 12.16 -
YUV 105.17 120.57 228.45 -
System Red Green Blue C M Y K H S L
Decimal 246 36 92 0 0.85 0.63 0.04 344 0.92 0.55
Hex F6 24 5C 0 55 3F 4 158 5C 37
Octal 366 44 134 0 125 77 4 530 134 67
Binary 11110110 100100 1011100 0 1010101 111111 100 101011000 1011100 110111

Color Harmonies of #F6245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6245C

Black with #F6245C

Text Example


Text Example

White with #F6245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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