Html Css Color HEX #F54469 Radical Red

📋 copy color: '#F54469'

red 245 ◦ green 68 ◦ blue 105

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

Shades of Radical Red #F54469

Tints of Radical Red #F54469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.12%

R = 58.61%
G = 16.27%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F54469 (or 0xF54469) is known color: Radical Red. HEX triplet: F5, 44 and 69. RGB value is (245,68,105). Sum of RGB (Red+Green+Blue) = 245+68+105=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F54469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54469 is #0ABB96. Grayscale: #7D7D7D. Windows color (decimal): -703383 or 6898933. OLE color: 6898933.

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

Color convert

RGB 245 68 105 -
CMYK 0 0.72 0.57 0.04
HSL 347.46º 0.9% 0.61% -
HSV(B) 347.46º 0.72% 0.96% -
XYZ 42.27 24.57 15.88 -
YUV 125.14 116.64 213.49 -
System Red Green Blue C M Y K H S L
Decimal 245 68 105 0 0.72 0.57 0.04 347.46 0.9 0.61
Hex F5 44 69 0 48 39 4 15B 5A 3D
Octal 365 104 151 0 110 71 4 533 132 75
Binary 11110101 1000100 1101001 0 1001000 111001 100 101011011 1011010 111101

Color Harmonies of #F54469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54469

Black with #F54469

Text Example


Text Example

White with #F54469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54469; }

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

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

background-color css

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

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

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

border-color css

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

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

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