Html Css Color HEX #F93075 Radical Red

📋 copy color: '#F93075'

red 249 ◦ green 48 ◦ blue 117

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

Shades of Radical Red #F93075

Tints of Radical Red #F93075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.59%

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 60.14%
G = 11.59%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F93075 (or 0xF93075) is known color: Radical Red. HEX triplet: F9, 30 and 75. RGB value is (249,48,117). Sum of RGB (Red+Green+Blue) = 249+48+117=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F93075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93075 is #06CF8A. Grayscale: #737373. Windows color (decimal): -446347 or 7680249. OLE color: 7680249.

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

Color convert

RGB 249 48 117 -
CMYK 0 0.81 0.53 0.02
HSL 339.4º 0.94% 0.58% -
HSV(B) 339.4º 0.81% 0.98% -
XYZ 43.33 23.54 19.09 -
YUV 115.97 128.59 222.89 -
System Red Green Blue C M Y K H S L
Decimal 249 48 117 0 0.81 0.53 0.02 339.4 0.94 0.58
Hex F9 30 75 0 51 35 2 153 5E 3A
Octal 371 60 165 0 121 65 2 523 136 72
Binary 11111001 110000 1110101 0 1010001 110101 10 101010011 1011110 111010

Color Harmonies of #F93075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93075

Black with #F93075

Text Example


Text Example

White with #F93075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93075; }

 p { color: rgb(249,48,117); }

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

background-color css

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

 a { background-color: rgb(249,48,117); }

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

border-color css

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

 span { border-color: rgb(249,48,117); }

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