Html Css Color HEX #F5275A Radical Red

📋 copy color: '#F5275A'

red 245 ◦ green 39 ◦ blue 90

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

Shades of Radical Red #F5275A

Tints of Radical Red #F5275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.43%

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 65.51%
G = 10.43%
B = 24.06%

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

#F5275A (or 0xF5275A) is known color: Radical Red. HEX triplet: F5, 27 and 5A. RGB value is (245,39,90). Sum of RGB (Red+Green+Blue) = 245+39+90=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5275A is #0AD8A5. Grayscale: #6A6A6A. Windows color (decimal): -710822 or 5908469. OLE color: 5908469.

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

Color convert

RGB 245 39 90 -
CMYK 0 0.84 0.63 0.04
HSL 345.15º 0.91% 0.56% -
HSV(B) 345.15º 0.84% 0.96% -
XYZ 40.23 21.6 11.72 -
YUV 106.41 118.75 226.85 -
System Red Green Blue C M Y K H S L
Decimal 245 39 90 0 0.84 0.63 0.04 345.15 0.91 0.56
Hex F5 27 5A 0 54 3F 4 159 5B 38
Octal 365 47 132 0 124 77 4 531 133 70
Binary 11110101 100111 1011010 0 1010100 111111 100 101011001 1011011 111000

Color Harmonies of #F5275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5275A

Black with #F5275A

Text Example


Text Example

White with #F5275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5275A; }

 p { color: rgb(245,39,90); }

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

background-color css

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

 a { background-color: rgb(245,39,90); }

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

border-color css

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

 span { border-color: rgb(245,39,90); }

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