Html Css Color HEX #F93271 Radical Red

📋 copy color: '#F93271'

red 249 ◦ green 50 ◦ blue 113

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

Shades of Radical Red #F93271

Tints of Radical Red #F93271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

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

R = 60.44%
G = 12.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F93271 (or 0xF93271) is known color: Radical Red. HEX triplet: F9, 32 and 71. RGB value is (249,50,113). Sum of RGB (Red+Green+Blue) = 249+50+113=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F93271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93271 is #06CD8E. Grayscale: #747474. Windows color (decimal): -445839 or 7418617. OLE color: 7418617.

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

Color convert

RGB 249 50 113 -
CMYK 0 0.80 0.55 0.02
HSL 341.01º 0.94% 0.59% -
HSV(B) 341.01º 0.8% 0.98% -
XYZ 43.19 23.61 17.9 -
YUV 116.68 125.93 222.38 -
System Red Green Blue C M Y K H S L
Decimal 249 50 113 0 0.80 0.55 0.02 341.01 0.94 0.59
Hex F9 32 71 0 50 37 2 155 5E 3B
Octal 371 62 161 0 120 67 2 525 136 73
Binary 11111001 110010 1110001 0 1010000 110111 10 101010101 1011110 111011

Color Harmonies of #F93271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93271

Black with #F93271

Text Example


Text Example

White with #F93271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93271; }

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

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

background-color css

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

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

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

border-color css

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

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

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