Html Css Color HEX #F6266B Radical Red

📋 copy color: '#F6266B'

red 246 ◦ green 38 ◦ blue 107

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

Shades of Radical Red #F6266B

Tints of Radical Red #F6266B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.72%

 BLUE value IS 107 (42.19% from 255) = 27.37%

R = 62.92%
G = 9.72%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6266B (or 0xF6266B) is known color: Radical Red. HEX triplet: F6, 26 and 6B. RGB value is (246,38,107). Sum of RGB (Red+Green+Blue) = 246+38+107=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F6266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6266B is #09D994. Grayscale: #6B6B6B. Windows color (decimal): -645525 or 7022326. OLE color: 7022326.

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

Color convert

RGB 246 38 107 -
CMYK 0 0.85 0.57 0.04
HSL 340.1º 0.92% 0.56% -
HSV(B) 340.1º 0.85% 0.96% -
XYZ 41.35 22.04 15.98 -
YUV 108.06 127.41 226.39 -
System Red Green Blue C M Y K H S L
Decimal 246 38 107 0 0.85 0.57 0.04 340.1 0.92 0.56
Hex F6 26 6B 0 55 39 4 154 5C 38
Octal 366 46 153 0 125 71 4 524 134 70
Binary 11110110 100110 1101011 0 1010101 111001 100 101010100 1011100 111000

Color Harmonies of #F6266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6266B

Black with #F6266B

Text Example


Text Example

White with #F6266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6266B; }

 p { color: rgb(246,38,107); }

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

background-color css

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

 a { background-color: rgb(246,38,107); }

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

border-color css

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

 span { border-color: rgb(246,38,107); }

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