Html Css Color HEX #F5295C Radical Red

📋 copy color: '#F5295C'

red 245 ◦ green 41 ◦ blue 92

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

Shades of Radical Red #F5295C

Tints of Radical Red #F5295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.85%

 BLUE value IS 92 (36.33% from 255) = 24.34%

R = 64.81%
G = 10.85%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5295C (or 0xF5295C) is known color: Radical Red. HEX triplet: F5, 29 and 5C. RGB value is (245,41,92). Sum of RGB (Red+Green+Blue) = 245+41+92=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5295C is #0AD6A3. Grayscale: #6B6B6B. Windows color (decimal): -710308 or 6040053. OLE color: 6040053.

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

Color convert

RGB 245 41 92 -
CMYK 0 0.83 0.62 0.04
HSL 345º 0.91% 0.56% -
HSV(B) 345º 0.83% 0.96% -
XYZ 40.38 21.77 12.2 -
YUV 107.81 119.09 225.85 -
System Red Green Blue C M Y K H S L
Decimal 245 41 92 0 0.83 0.62 0.04 345 0.91 0.56
Hex F5 29 5C 0 53 3E 4 159 5B 38
Octal 365 51 134 0 123 76 4 531 133 70
Binary 11110101 101001 1011100 0 1010011 111110 100 101011001 1011011 111000

Color Harmonies of #F5295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5295C

Black with #F5295C

Text Example


Text Example

White with #F5295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5295C; }

 p { color: rgb(245,41,92); }

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

background-color css

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

 a { background-color: rgb(245,41,92); }

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

border-color css

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

 span { border-color: rgb(245,41,92); }

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