Html Css Color HEX #F6285D Radical Red

📋 copy color: '#F6285D'

red 246 ◦ green 40 ◦ blue 93

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

Shades of Radical Red #F6285D

Tints of Radical Red #F6285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 64.91%
G = 10.55%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6285D (or 0xF6285D) is known color: Radical Red. HEX triplet: F6, 28 and 5D. RGB value is (246,40,93). Sum of RGB (Red+Green+Blue) = 246+40+93=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F6285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6285D is #09D7A2. Grayscale: #6B6B6B. Windows color (decimal): -645027 or 6105334. OLE color: 6105334.

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

Color convert

RGB 246 40 93 -
CMYK 0 0.84 0.62 0.04
HSL 344.56º 0.92% 0.56% -
HSV(B) 344.56º 0.84% 0.96% -
XYZ 40.74 21.9 12.44 -
YUV 107.64 119.75 226.69 -
System Red Green Blue C M Y K H S L
Decimal 246 40 93 0 0.84 0.62 0.04 344.56 0.92 0.56
Hex F6 28 5D 0 54 3E 4 159 5C 38
Octal 366 50 135 0 124 76 4 531 134 70
Binary 11110110 101000 1011101 0 1010100 111110 100 101011001 1011100 111000

Color Harmonies of #F6285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6285D

Black with #F6285D

Text Example


Text Example

White with #F6285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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