Html Css Color HEX #F93850 Radical Red

📋 copy color: '#F93850'

red 249 ◦ green 56 ◦ blue 80

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

Shades of Radical Red #F93850

Tints of Radical Red #F93850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.78%

R = 64.68%
G = 14.55%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F93850 (or 0xF93850) is known color: Radical Red. HEX triplet: F9, 38 and 50. RGB value is (249,56,80). Sum of RGB (Red+Green+Blue) = 249+56+80=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F93850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93850 is #06C7AF. Grayscale: #747474. Windows color (decimal): -444336 or 5257465. OLE color: 5257465.

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

Color convert

RGB 249 56 80 -
CMYK 0 0.78 0.68 0.02
HSL 352.54º 0.94% 0.6% -
HSV(B) 352.54º 0.78% 0.98% -
XYZ 41.93 23.55 9.92 -
YUV 116.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 249 56 80 0 0.78 0.68 0.02 352.54 0.94 0.6
Hex F9 38 50 0 4E 44 2 161 5E 3C
Octal 371 70 120 0 116 104 2 541 136 74
Binary 11111001 111000 1010000 0 1001110 1000100 10 101100001 1011110 111100

Color Harmonies of #F93850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93850

Black with #F93850

Text Example


Text Example

White with #F93850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93850; }

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

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

background-color css

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

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

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

border-color css

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

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

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