Html Css Color HEX #F93E70 Radical Red

📋 copy color: '#F93E70'

red 249 ◦ green 62 ◦ blue 112

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

Shades of Radical Red #F93E70

Tints of Radical Red #F93E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.66%

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 58.87%
G = 14.66%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F93E70 (or 0xF93E70) is known color: Radical Red. HEX triplet: F9, 3E and 70. RGB value is (249,62,112). Sum of RGB (Red+Green+Blue) = 249+62+112=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93E70 is #06C18F. Grayscale: #7B7B7B. Windows color (decimal): -442768 or 7356153. OLE color: 7356153.

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

Color convert

RGB 249 62 112 -
CMYK 0 0.75 0.55 0.02
HSL 343.96º 0.94% 0.61% -
HSV(B) 343.96º 0.75% 0.98% -
XYZ 43.71 24.75 17.8 -
YUV 123.61 121.45 217.43 -
System Red Green Blue C M Y K H S L
Decimal 249 62 112 0 0.75 0.55 0.02 343.96 0.94 0.61
Hex F9 3E 70 0 4B 37 2 158 5E 3D
Octal 371 76 160 0 113 67 2 530 136 75
Binary 11111001 111110 1110000 0 1001011 110111 10 101011000 1011110 111101

Color Harmonies of #F93E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93E70

Black with #F93E70

Text Example


Text Example

White with #F93E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93E70; }

 p { color: rgb(249,62,112); }

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

background-color css

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

 a { background-color: rgb(249,62,112); }

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

border-color css

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

 span { border-color: rgb(249,62,112); }

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