Html Css Color HEX #F5256E Radical Red

📋 copy color: '#F5256E'

red 245 ◦ green 37 ◦ blue 110

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

Shades of Radical Red #F5256E

Tints of Radical Red #F5256E

RGB

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

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

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

R = 62.5%
G = 9.44%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5256E (or 0xF5256E) is known color: Radical Red. HEX triplet: F5, 25 and 6E. RGB value is (245,37,110). Sum of RGB (Red+Green+Blue) = 245+37+110=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5256E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5256E is #0ADA91. Grayscale: #6B6B6B. Windows color (decimal): -711314 or 7218677. OLE color: 7218677.

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

Color convert

RGB 245 37 110 -
CMYK 0 0.85 0.55 0.04
HSL 338.94º 0.91% 0.55% -
HSV(B) 338.94º 0.85% 0.96% -
XYZ 41.13 21.86 16.8 -
YUV 107.51 129.41 226.06 -
System Red Green Blue C M Y K H S L
Decimal 245 37 110 0 0.85 0.55 0.04 338.94 0.91 0.55
Hex F5 25 6E 0 55 37 4 153 5B 37
Octal 365 45 156 0 125 67 4 523 133 67
Binary 11110101 100101 1101110 0 1010101 110111 100 101010011 1011011 110111

Color Harmonies of #F5256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5256E

Black with #F5256E

Text Example


Text Example

White with #F5256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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