Html Css Color HEX #F6226E Radical Red

📋 copy color: '#F6226E'

red 246 ◦ green 34 ◦ blue 110

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

Shades of Radical Red #F6226E

Tints of Radical Red #F6226E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.72%

 BLUE value IS 110 (43.36% from 255) = 28.21%

R = 63.08%
G = 8.72%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6226E (or 0xF6226E) is known color: Radical Red. HEX triplet: F6, 22 and 6E. RGB value is (246,34,110). Sum of RGB (Red+Green+Blue) = 246+34+110=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6226E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6226E is #09DD91. Grayscale: #696969. Windows color (decimal): -646546 or 7217910. OLE color: 7217910.

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

Color convert

RGB 246 34 110 -
CMYK 0 0.86 0.55 0.04
HSL 338.49º 0.92% 0.55% -
HSV(B) 338.49º 0.86% 0.96% -
XYZ 41.39 21.86 16.79 -
YUV 106.05 130.24 227.82 -
System Red Green Blue C M Y K H S L
Decimal 246 34 110 0 0.86 0.55 0.04 338.49 0.92 0.55
Hex F6 22 6E 0 56 37 4 152 5C 37
Octal 366 42 156 0 126 67 4 522 134 67
Binary 11110110 100010 1101110 0 1010110 110111 100 101010010 1011100 110111

Color Harmonies of #F6226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6226E

Black with #F6226E

Text Example


Text Example

White with #F6226E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6226E; }

 p { color: rgb(246,34,110); }

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

background-color css

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

 a { background-color: rgb(246,34,110); }

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

border-color css

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

 span { border-color: rgb(246,34,110); }

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