Html Css Color HEX #F93D5D Radical Red

📋 copy color: '#F93D5D'

red 249 ◦ green 61 ◦ blue 93

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

Shades of Radical Red #F93D5D

Tints of Radical Red #F93D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.14%

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 61.79%
G = 15.14%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F93D5D (or 0xF93D5D) is known color: Radical Red. HEX triplet: F9, 3D and 5D. RGB value is (249,61,93). Sum of RGB (Red+Green+Blue) = 249+61+93=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93D5D is #06C2A2. Grayscale: #787878. Windows color (decimal): -443043 or 6110713. OLE color: 6110713.

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

Color convert

RGB 249 61 93 -
CMYK 0 0.76 0.63 0.02
HSL 349.79º 0.94% 0.61% -
HSV(B) 349.79º 0.76% 0.98% -
XYZ 42.71 24.27 12.79 -
YUV 120.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 249 61 93 0 0.76 0.63 0.02 349.79 0.94 0.61
Hex F9 3D 5D 0 4C 3F 2 15E 5E 3D
Octal 371 75 135 0 114 77 2 536 136 75
Binary 11111001 111101 1011101 0 1001100 111111 10 101011110 1011110 111101

Color Harmonies of #F93D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D5D

Black with #F93D5D

Text Example


Text Example

White with #F93D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D5D; }

 p { color: rgb(249,61,93); }

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

background-color css

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

 a { background-color: rgb(249,61,93); }

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

border-color css

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

 span { border-color: rgb(249,61,93); }

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