Html Css Color HEX #F93855 Radical Red

📋 copy color: '#F93855'

red 249 ◦ green 56 ◦ blue 85

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

Shades of Radical Red #F93855

Tints of Radical Red #F93855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.36%

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

R = 63.85%
G = 14.36%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F93855 (or 0xF93855) is known color: Radical Red. HEX triplet: F9, 38 and 55. RGB value is (249,56,85). Sum of RGB (Red+Green+Blue) = 249+56+85=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F93855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93855 is #06C7AA. Grayscale: #757575. Windows color (decimal): -444331 or 5585145. OLE color: 5585145.

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

Color convert

RGB 249 56 85 -
CMYK 0 0.78 0.66 0.02
HSL 350.98º 0.94% 0.6% -
HSV(B) 350.98º 0.78% 0.98% -
XYZ 42.12 23.62 10.93 -
YUV 117.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 249 56 85 0 0.78 0.66 0.02 350.98 0.94 0.6
Hex F9 38 55 0 4E 42 2 15F 5E 3C
Octal 371 70 125 0 116 102 2 537 136 74
Binary 11111001 111000 1010101 0 1001110 1000010 10 101011111 1011110 111100

Color Harmonies of #F93855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93855

Black with #F93855

Text Example


Text Example

White with #F93855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93855; }

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

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

background-color css

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

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

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

border-color css

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

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

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