Html Css Color HEX #F93471 Radical Red

📋 copy color: '#F93471'

red 249 ◦ green 52 ◦ blue 113

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

Shades of Radical Red #F93471

Tints of Radical Red #F93471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.56%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 60.14%
G = 12.56%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F93471 (or 0xF93471) is known color: Radical Red. HEX triplet: F9, 34 and 71. RGB value is (249,52,113). Sum of RGB (Red+Green+Blue) = 249+52+113=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F93471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93471 is #06CB8E. Grayscale: #757575. Windows color (decimal): -445327 or 7419129. OLE color: 7419129.

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

Color convert

RGB 249 52 113 -
CMYK 0 0.79 0.55 0.02
HSL 341.42º 0.94% 0.59% -
HSV(B) 341.42º 0.79% 0.98% -
XYZ 43.28 23.79 17.93 -
YUV 117.86 125.27 221.54 -
System Red Green Blue C M Y K H S L
Decimal 249 52 113 0 0.79 0.55 0.02 341.42 0.94 0.59
Hex F9 34 71 0 4F 37 2 155 5E 3B
Octal 371 64 161 0 117 67 2 525 136 73
Binary 11111001 110100 1110001 0 1001111 110111 10 101010101 1011110 111011

Color Harmonies of #F93471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93471

Black with #F93471

Text Example


Text Example

White with #F93471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93471; }

 p { color: rgb(249,52,113); }

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

background-color css

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

 a { background-color: rgb(249,52,113); }

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

border-color css

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

 span { border-color: rgb(249,52,113); }

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