Html Css Color HEX #F54269 Radical Red

📋 copy color: '#F54269'

red 245 ◦ green 66 ◦ blue 105

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

Shades of Radical Red #F54269

Tints of Radical Red #F54269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.87%

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

R = 58.89%
G = 15.87%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F54269 (or 0xF54269) is known color: Radical Red. HEX triplet: F5, 42 and 69. RGB value is (245,66,105). Sum of RGB (Red+Green+Blue) = 245+66+105=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F54269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54269 is #0ABD96. Grayscale: #7B7B7B. Windows color (decimal): -703895 or 6898421. OLE color: 6898421.

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

Color convert

RGB 245 66 105 -
CMYK 0 0.73 0.57 0.04
HSL 346.93º 0.9% 0.61% -
HSV(B) 346.93º 0.73% 0.96% -
XYZ 42.15 24.33 15.84 -
YUV 123.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 245 66 105 0 0.73 0.57 0.04 346.93 0.9 0.61
Hex F5 42 69 0 49 39 4 15B 5A 3D
Octal 365 102 151 0 111 71 4 533 132 75
Binary 11110101 1000010 1101001 0 1001001 111001 100 101011011 1011010 111101

Color Harmonies of #F54269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54269

Black with #F54269

Text Example


Text Example

White with #F54269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54269; }

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

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

background-color css

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

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

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

border-color css

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

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

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