Html Css Color HEX #F95155 Radical Red

📋 copy color: '#F95155'

red 249 ◦ green 81 ◦ blue 85

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

Shades of Radical Red #F95155

Tints of Radical Red #F95155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

 BLUE value IS 85 (33.59% from 255) = 20.48%

R = 60%
G = 19.52%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F95155 (or 0xF95155) is known color: Radical Red. HEX triplet: F9, 51 and 55. RGB value is (249,81,85). Sum of RGB (Red+Green+Blue) = 249+81+85=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F95155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95155 is #06AEAA. Grayscale: #838383. Windows color (decimal): -437931 or 5591545. OLE color: 5591545.

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

Color convert

RGB 249 81 85 -
CMYK 0 0.67 0.66 0.02
HSL 358.57º 0.93% 0.65% -
HSV(B) 358.57º 0.67% 0.98% -
XYZ 43.65 26.68 11.44 -
YUV 131.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 249 81 85 0 0.67 0.66 0.02 358.57 0.93 0.65
Hex F9 51 55 0 43 42 2 167 5D 41
Octal 371 121 125 0 103 102 2 547 135 101
Binary 11111001 1010001 1010101 0 1000011 1000010 10 101100111 1011101 1000001

Color Harmonies of #F95155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95155

Black with #F95155

Text Example


Text Example

White with #F95155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95155; }

 p { color: rgb(249,81,85); }

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

background-color css

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

 a { background-color: rgb(249,81,85); }

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

border-color css

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

 span { border-color: rgb(249,81,85); }

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