Html Css Color HEX #F5285B Radical Red

📋 copy color: '#F5285B'

red 245 ◦ green 40 ◦ blue 91

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

Shades of Radical Red #F5285B

Tints of Radical Red #F5285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 65.16%
G = 10.64%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5285B (or 0xF5285B) is known color: Radical Red. HEX triplet: F5, 28 and 5B. RGB value is (245,40,91). Sum of RGB (Red+Green+Blue) = 245+40+91=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5285B is #0AD7A4. Grayscale: #6B6B6B. Windows color (decimal): -710565 or 5974261. OLE color: 5974261.

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

Color convert

RGB 245 40 91 -
CMYK 0 0.84 0.63 0.04
HSL 345.07º 0.91% 0.56% -
HSV(B) 345.07º 0.84% 0.96% -
XYZ 40.3 21.69 11.96 -
YUV 107.11 118.92 226.35 -
System Red Green Blue C M Y K H S L
Decimal 245 40 91 0 0.84 0.63 0.04 345.07 0.91 0.56
Hex F5 28 5B 0 54 3F 4 159 5B 38
Octal 365 50 133 0 124 77 4 531 133 70
Binary 11110101 101000 1011011 0 1010100 111111 100 101011001 1011011 111000

Color Harmonies of #F5285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5285B

Black with #F5285B

Text Example


Text Example

White with #F5285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5285B; }

 p { color: rgb(245,40,91); }

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

background-color css

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

 a { background-color: rgb(245,40,91); }

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

border-color css

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

 span { border-color: rgb(245,40,91); }

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