Html Css Color HEX #F93F5D Radical Red

📋 copy color: '#F93F5D'

red 249 ◦ green 63 ◦ blue 93

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

Shades of Radical Red #F93F5D

Tints of Radical Red #F93F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 15.56%

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

R = 61.48%
G = 15.56%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F93F5D (or 0xF93F5D) is known color: Radical Red. HEX triplet: F9, 3F and 5D. RGB value is (249,63,93). Sum of RGB (Red+Green+Blue) = 249+63+93=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93F5D is #06C0A2. Grayscale: #7A7A7A. Windows color (decimal): -442531 or 6111225. OLE color: 6111225.

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

Color convert

RGB 249 63 93 -
CMYK 0 0.75 0.63 0.02
HSL 350.32º 0.94% 0.61% -
HSV(B) 350.32º 0.75% 0.98% -
XYZ 42.82 24.49 12.83 -
YUV 122.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 249 63 93 0 0.75 0.63 0.02 350.32 0.94 0.61
Hex F9 3F 5D 0 4B 3F 2 15E 5E 3D
Octal 371 77 135 0 113 77 2 536 136 75
Binary 11111001 111111 1011101 0 1001011 111111 10 101011110 1011110 111101

Color Harmonies of #F93F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93F5D

Black with #F93F5D

Text Example


Text Example

White with #F93F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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