Html Css Color HEX #F5265C Radical Red

📋 copy color: '#F5265C'

red 245 ◦ green 38 ◦ blue 92

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

Shades of Radical Red #F5265C

Tints of Radical Red #F5265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.13%

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

R = 65.33%
G = 10.13%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5265C (or 0xF5265C) is known color: Radical Red. HEX triplet: F5, 26 and 5C. RGB value is (245,38,92). Sum of RGB (Red+Green+Blue) = 245+38+92=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5265C is #0AD9A3. Grayscale: #6A6A6A. Windows color (decimal): -711076 or 6039285. OLE color: 6039285.

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

Color convert

RGB 245 38 92 -
CMYK 0 0.84 0.62 0.04
HSL 344.35º 0.91% 0.55% -
HSV(B) 344.35º 0.84% 0.96% -
XYZ 40.28 21.57 12.17 -
YUV 106.05 120.08 227.11 -
System Red Green Blue C M Y K H S L
Decimal 245 38 92 0 0.84 0.62 0.04 344.35 0.91 0.55
Hex F5 26 5C 0 54 3E 4 158 5B 37
Octal 365 46 134 0 124 76 4 530 133 67
Binary 11110101 100110 1011100 0 1010100 111110 100 101011000 1011011 110111

Color Harmonies of #F5265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5265C

Black with #F5265C

Text Example


Text Example

White with #F5265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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