Html Css Color HEX #F5255D Radical Red

📋 copy color: '#F5255D'

red 245 ◦ green 37 ◦ blue 93

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

Shades of Radical Red #F5255D

Tints of Radical Red #F5255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 65.33%
G = 9.87%
B = 24.8%

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

#F5255D (or 0xF5255D) is known color: Radical Red. HEX triplet: F5, 25 and 5D. RGB value is (245,37,93). Sum of RGB (Red+Green+Blue) = 245+37+93=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5255D is #0ADAA2. Grayscale: #696969. Windows color (decimal): -711331 or 6104565. OLE color: 6104565.

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

Color convert

RGB 245 37 93 -
CMYK 0 0.85 0.62 0.04
HSL 343.85º 0.91% 0.55% -
HSV(B) 343.85º 0.85% 0.96% -
XYZ 40.29 21.53 12.39 -
YUV 105.58 120.91 227.45 -
System Red Green Blue C M Y K H S L
Decimal 245 37 93 0 0.85 0.62 0.04 343.85 0.91 0.55
Hex F5 25 5D 0 55 3E 4 158 5B 37
Octal 365 45 135 0 125 76 4 530 133 67
Binary 11110101 100101 1011101 0 1010101 111110 100 101011000 1011011 110111

Color Harmonies of #F5255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5255D

Black with #F5255D

Text Example


Text Example

White with #F5255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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