Html Css Color HEX #F5255E Radical Red

📋 copy color: '#F5255E'

red 245 ◦ green 37 ◦ blue 94

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

Shades of Radical Red #F5255E

Tints of Radical Red #F5255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25%

R = 65.16%
G = 9.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5255E (or 0xF5255E) is known color: Radical Red. HEX triplet: F5, 25 and 5E. RGB value is (245,37,94). Sum of RGB (Red+Green+Blue) = 245+37+94=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5255E is #0ADAA1. Grayscale: #696969. Windows color (decimal): -711330 or 6170101. OLE color: 6170101.

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

Color convert

RGB 245 37 94 -
CMYK 0 0.85 0.62 0.04
HSL 343.56º 0.91% 0.55% -
HSV(B) 343.56º 0.85% 0.96% -
XYZ 40.34 21.54 12.62 -
YUV 105.69 121.41 227.37 -
System Red Green Blue C M Y K H S L
Decimal 245 37 94 0 0.85 0.62 0.04 343.56 0.91 0.55
Hex F5 25 5E 0 55 3E 4 158 5B 37
Octal 365 45 136 0 125 76 4 530 133 67
Binary 11110101 100101 1011110 0 1010101 111110 100 101011000 1011011 110111

Color Harmonies of #F5255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5255E

Black with #F5255E

Text Example


Text Example

White with #F5255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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