Html Css Color HEX #F5266E Radical Red

📋 copy color: '#F5266E'

red 245 ◦ green 38 ◦ blue 110

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

Shades of Radical Red #F5266E

Tints of Radical Red #F5266E

RGB

 RED value IS 245 (96.09% from 255) = 62.34%

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

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

R = 62.34%
G = 9.67%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5266E (or 0xF5266E) is known color: Radical Red. HEX triplet: F5, 26 and 6E. RGB value is (245,38,110). Sum of RGB (Red+Green+Blue) = 245+38+110=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5266E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5266E is #0AD991. Grayscale: #6C6C6C. Windows color (decimal): -711058 or 7218933. OLE color: 7218933.

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

Color convert

RGB 245 38 110 -
CMYK 0 0.84 0.55 0.04
HSL 339.13º 0.91% 0.55% -
HSV(B) 339.13º 0.84% 0.96% -
XYZ 41.16 21.92 16.81 -
YUV 108.1 129.08 225.65 -
System Red Green Blue C M Y K H S L
Decimal 245 38 110 0 0.84 0.55 0.04 339.13 0.91 0.55
Hex F5 26 6E 0 54 37 4 153 5B 37
Octal 365 46 156 0 124 67 4 523 133 67
Binary 11110101 100110 1101110 0 1010100 110111 100 101010011 1011011 110111

Color Harmonies of #F5266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5266E

Black with #F5266E

Text Example


Text Example

White with #F5266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5266E; }

 p { color: rgb(245,38,110); }

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

background-color css

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

 a { background-color: rgb(245,38,110); }

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

border-color css

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

 span { border-color: rgb(245,38,110); }

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