Html Css Color HEX #F93864 Radical Red

📋 copy color: '#F93864'

red 249 ◦ green 56 ◦ blue 100

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

Shades of Radical Red #F93864

Tints of Radical Red #F93864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.69%

R = 61.48%
G = 13.83%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F93864 (or 0xF93864) is known color: Radical Red. HEX triplet: F9, 38 and 64. RGB value is (249,56,100). Sum of RGB (Red+Green+Blue) = 249+56+100=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F93864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93864 is #06C79B. Grayscale: #767676. Windows color (decimal): -444316 or 6568185. OLE color: 6568185.

HSL color Cylindrical-coordinate representation of color #F93864: hue angle of 346.32º 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 #F93864 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 56 100 -
CMYK 0 0.78 0.60 0.02
HSL 346.32º 0.94% 0.6% -
HSV(B) 346.32º 0.78% 0.98% -
XYZ 42.78 23.89 14.41 -
YUV 118.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 249 56 100 0 0.78 0.60 0.02 346.32 0.94 0.6
Hex F9 38 64 0 4E 3C 2 15A 5E 3C
Octal 371 70 144 0 116 74 2 532 136 74
Binary 11111001 111000 1100100 0 1001110 111100 10 101011010 1011110 111100

Color Harmonies of #F93864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93864

Black with #F93864

Text Example


Text Example

White with #F93864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93864; }

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

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

background-color css

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

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

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

border-color css

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

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

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