Html Css Color HEX #F5266D Radical Red

📋 copy color: '#F5266D'

red 245 ◦ green 38 ◦ blue 109

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

Shades of Radical Red #F5266D

Tints of Radical Red #F5266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 62.5%
G = 9.69%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5266D (or 0xF5266D) is known color: Radical Red. HEX triplet: F5, 26 and 6D. RGB value is (245,38,109). Sum of RGB (Red+Green+Blue) = 245+38+109=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5266D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5266D is #0AD992. Grayscale: #6B6B6B. Windows color (decimal): -711059 or 7153397. OLE color: 7153397.

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

Color convert

RGB 245 38 109 -
CMYK 0 0.84 0.56 0.04
HSL 339.42º 0.91% 0.55% -
HSV(B) 339.42º 0.84% 0.96% -
XYZ 41.11 21.9 16.53 -
YUV 107.99 128.58 225.73 -
System Red Green Blue C M Y K H S L
Decimal 245 38 109 0 0.84 0.56 0.04 339.42 0.91 0.55
Hex F5 26 6D 0 54 38 4 153 5B 37
Octal 365 46 155 0 124 70 4 523 133 67
Binary 11110101 100110 1101101 0 1010100 111000 100 101010011 1011011 110111

Color Harmonies of #F5266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5266D

Black with #F5266D

Text Example


Text Example

White with #F5266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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