Html Css Color HEX #F93765 Radical Red

📋 copy color: '#F93765'

red 249 ◦ green 55 ◦ blue 101

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

Shades of Radical Red #F93765

Tints of Radical Red #F93765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.58%

 BLUE value IS 101 (39.84% from 255) = 24.94%

R = 61.48%
G = 13.58%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F93765 (or 0xF93765) is known color: Radical Red. HEX triplet: F9, 37 and 65. RGB value is (249,55,101). Sum of RGB (Red+Green+Blue) = 249+55+101=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F93765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93765 is #06C89A. Grayscale: #767676. Windows color (decimal): -444571 or 6633465. OLE color: 6633465.

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

Color convert

RGB 249 55 101 -
CMYK 0 0.78 0.59 0.02
HSL 345.77º 0.94% 0.6% -
HSV(B) 345.77º 0.78% 0.98% -
XYZ 42.78 23.81 14.65 -
YUV 118.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 249 55 101 0 0.78 0.59 0.02 345.77 0.94 0.6
Hex F9 37 65 0 4E 3B 2 15A 5E 3C
Octal 371 67 145 0 116 73 2 532 136 74
Binary 11111001 110111 1100101 0 1001110 111011 10 101011010 1011110 111100

Color Harmonies of #F93765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93765

Black with #F93765

Text Example


Text Example

White with #F93765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93765; }

 p { color: rgb(249,55,101); }

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

background-color css

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

 a { background-color: rgb(249,55,101); }

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

border-color css

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

 span { border-color: rgb(249,55,101); }

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