Html Css Color HEX #F93175 Radical Red

📋 copy color: '#F93175'

red 249 ◦ green 49 ◦ blue 117

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

Shades of Radical Red #F93175

Tints of Radical Red #F93175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.81%

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

R = 60%
G = 11.81%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F93175 (or 0xF93175) is known color: Radical Red. HEX triplet: F9, 31 and 75. RGB value is (249,49,117). Sum of RGB (Red+Green+Blue) = 249+49+117=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F93175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93175 is #06CE8A. Grayscale: #747474. Windows color (decimal): -446091 or 7680505. OLE color: 7680505.

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

Color convert

RGB 249 49 117 -
CMYK 0 0.80 0.53 0.02
HSL 339.6º 0.94% 0.58% -
HSV(B) 339.6º 0.8% 0.98% -
XYZ 43.38 23.62 19.1 -
YUV 116.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 249 49 117 0 0.80 0.53 0.02 339.6 0.94 0.58
Hex F9 31 75 0 50 35 2 154 5E 3A
Octal 371 61 165 0 120 65 2 524 136 72
Binary 11111001 110001 1110101 0 1010000 110101 10 101010100 1011110 111010

Color Harmonies of #F93175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93175

Black with #F93175

Text Example


Text Example

White with #F93175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93175; }

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

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

background-color css

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

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

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

border-color css

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

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

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