Html Css Color HEX #F6285C Radical Red

📋 copy color: '#F6285C'

red 246 ◦ green 40 ◦ blue 92

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

Shades of Radical Red #F6285C

Tints of Radical Red #F6285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.58%

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

R = 65.08%
G = 10.58%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6285C (or 0xF6285C) is known color: Radical Red. HEX triplet: F6, 28 and 5C. RGB value is (246,40,92). Sum of RGB (Red+Green+Blue) = 246+40+92=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F6285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6285C is #09D7A3. Grayscale: #6B6B6B. Windows color (decimal): -645028 or 6039798. OLE color: 6039798.

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

Color convert

RGB 246 40 92 -
CMYK 0 0.84 0.63 0.04
HSL 344.85º 0.92% 0.56% -
HSV(B) 344.85º 0.84% 0.96% -
XYZ 40.7 21.88 12.2 -
YUV 107.52 119.25 226.77 -
System Red Green Blue C M Y K H S L
Decimal 246 40 92 0 0.84 0.63 0.04 344.85 0.92 0.56
Hex F6 28 5C 0 54 3F 4 159 5C 38
Octal 366 50 134 0 124 77 4 531 134 70
Binary 11110110 101000 1011100 0 1010100 111111 100 101011001 1011100 111000

Color Harmonies of #F6285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6285C

Black with #F6285C

Text Example


Text Example

White with #F6285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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