Html Css Color HEX #F6256C Radical Red

📋 copy color: '#F6256C'

red 246 ◦ green 37 ◦ blue 108

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

Shades of Radical Red #F6256C

Tints of Radical Red #F6256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.46%

 BLUE value IS 108 (42.58% from 255) = 27.62%

R = 62.92%
G = 9.46%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6256C (or 0xF6256C) is known color: Radical Red. HEX triplet: F6, 25 and 6C. RGB value is (246,37,108). Sum of RGB (Red+Green+Blue) = 246+37+108=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F6256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6256C is #09DA93. Grayscale: #6B6B6B. Windows color (decimal): -645780 or 7087606. OLE color: 7087606.

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

Color convert

RGB 246 37 108 -
CMYK 0 0.85 0.56 0.04
HSL 339.62º 0.92% 0.55% -
HSV(B) 339.62º 0.85% 0.96% -
XYZ 41.37 22 16.25 -
YUV 107.59 128.24 226.73 -
System Red Green Blue C M Y K H S L
Decimal 246 37 108 0 0.85 0.56 0.04 339.62 0.92 0.55
Hex F6 25 6C 0 55 38 4 154 5C 37
Octal 366 45 154 0 125 70 4 524 134 67
Binary 11110110 100101 1101100 0 1010101 111000 100 101010100 1011100 110111

Color Harmonies of #F6256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6256C

Black with #F6256C

Text Example


Text Example

White with #F6256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6256C; }

 p { color: rgb(246,37,108); }

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

background-color css

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

 a { background-color: rgb(246,37,108); }

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

border-color css

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

 span { border-color: rgb(246,37,108); }

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