Html Css Color HEX #F5265B Radical Red

📋 copy color: '#F5265B'

red 245 ◦ green 38 ◦ blue 91

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

Shades of Radical Red #F5265B

Tints of Radical Red #F5265B

RGB

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

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

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

R = 65.51%
G = 10.16%
B = 24.33%

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

#F5265B (or 0xF5265B) is known color: Radical Red. HEX triplet: F5, 26 and 5B. RGB value is (245,38,91). Sum of RGB (Red+Green+Blue) = 245+38+91=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5265B is #0AD9A4. Grayscale: #696969. Windows color (decimal): -711077 or 5973749. OLE color: 5973749.

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

Color convert

RGB 245 38 91 -
CMYK 0 0.84 0.63 0.04
HSL 344.64º 0.91% 0.55% -
HSV(B) 344.64º 0.84% 0.96% -
XYZ 40.24 21.55 11.94 -
YUV 105.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 245 38 91 0 0.84 0.63 0.04 344.64 0.91 0.55
Hex F5 26 5B 0 54 3F 4 159 5B 37
Octal 365 46 133 0 124 77 4 531 133 67
Binary 11110101 100110 1011011 0 1010100 111111 100 101011001 1011011 110111

Color Harmonies of #F5265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5265B

Black with #F5265B

Text Example


Text Example

White with #F5265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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