Html Css Color HEX #F93768 Radical Red

📋 copy color: '#F93768'

red 249 ◦ green 55 ◦ blue 104

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

Shades of Radical Red #F93768

Tints of Radical Red #F93768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 61.03%
G = 13.48%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F93768 (or 0xF93768) is known color: Radical Red. HEX triplet: F9, 37 and 68. RGB value is (249,55,104). Sum of RGB (Red+Green+Blue) = 249+55+104=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F93768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93768 is #06C897. Grayscale: #767676. Windows color (decimal): -444568 or 6830073. OLE color: 6830073.

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

Color convert

RGB 249 55 104 -
CMYK 0 0.78 0.58 0.02
HSL 344.85º 0.94% 0.6% -
HSV(B) 344.85º 0.78% 0.98% -
XYZ 42.93 23.87 15.44 -
YUV 118.59 119.77 221.02 -
System Red Green Blue C M Y K H S L
Decimal 249 55 104 0 0.78 0.58 0.02 344.85 0.94 0.6
Hex F9 37 68 0 4E 3A 2 159 5E 3C
Octal 371 67 150 0 116 72 2 531 136 74
Binary 11111001 110111 1101000 0 1001110 111010 10 101011001 1011110 111100

Color Harmonies of #F93768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93768

Black with #F93768

Text Example


Text Example

White with #F93768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93768; }

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

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

background-color css

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

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

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

border-color css

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

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

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