Html Css Color HEX #F95053 Radical Red

📋 copy color: '#F95053'

red 249 ◦ green 80 ◦ blue 83

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

Shades of Radical Red #F95053

Tints of Radical Red #F95053

RGB

 RED value IS 249 (97.66% from 255) = 60.44%

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 83 (32.81% from 255) = 20.15%

R = 60.44%
G = 19.42%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F95053 (or 0xF95053) is known color: Radical Red. HEX triplet: F9, 50 and 53. RGB value is (249,80,83). Sum of RGB (Red+Green+Blue) = 249+80+83=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F95053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95053 is #06AFAC. Grayscale: #838383. Windows color (decimal): -438189 or 5460217. OLE color: 5460217.

HSL color Cylindrical-coordinate representation of color #F95053: hue angle of 358.93º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F95053 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 83 -
CMYK 0 0.68 0.67 0.02
HSL 358.93º 0.93% 0.65% -
HSV(B) 358.93º 0.68% 0.98% -
XYZ 43.5 26.5 11.01 -
YUV 130.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 249 80 83 0 0.68 0.67 0.02 358.93 0.93 0.65
Hex F9 50 53 0 44 43 2 167 5D 41
Octal 371 120 123 0 104 103 2 547 135 101
Binary 11111001 1010000 1010011 0 1000100 1000011 10 101100111 1011101 1000001

Color Harmonies of #F95053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95053

Black with #F95053

Text Example


Text Example

White with #F95053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95053; }

 p { color: rgb(249,80,83); }

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

background-color css

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

 a { background-color: rgb(249,80,83); }

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

border-color css

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

 span { border-color: rgb(249,80,83); }

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