Html Css Color HEX #F54465 Radical Red

📋 copy color: '#F54465'

red 245 ◦ green 68 ◦ blue 101

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

Shades of Radical Red #F54465

Tints of Radical Red #F54465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.43%

 BLUE value IS 101 (39.84% from 255) = 24.4%

R = 59.18%
G = 16.43%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F54465 (or 0xF54465) is known color: Radical Red. HEX triplet: F5, 44 and 65. RGB value is (245,68,101). Sum of RGB (Red+Green+Blue) = 245+68+101=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F54465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54465 is #0ABB9A. Grayscale: #7C7C7C. Windows color (decimal): -703387 or 6636789. OLE color: 6636789.

HSL color Cylindrical-coordinate representation of color #F54465: hue angle of 348.81º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54465 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 68 101 -
CMYK 0 0.72 0.59 0.04
HSL 348.81º 0.9% 0.61% -
HSV(B) 348.81º 0.72% 0.96% -
XYZ 42.07 24.49 14.82 -
YUV 124.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 245 68 101 0 0.72 0.59 0.04 348.81 0.9 0.61
Hex F5 44 65 0 48 3B 4 15D 5A 3D
Octal 365 104 145 0 110 73 4 535 132 75
Binary 11110101 1000100 1100101 0 1001000 111011 100 101011101 1011010 111101

Color Harmonies of #F54465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54465

Black with #F54465

Text Example


Text Example

White with #F54465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54465; }

 p { color: rgb(245,68,101); }

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

background-color css

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

 a { background-color: rgb(245,68,101); }

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

border-color css

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

 span { border-color: rgb(245,68,101); }

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