Html Css Color HEX #F93273 Radical Red

📋 copy color: '#F93273'

red 249 ◦ green 50 ◦ blue 115

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

Shades of Radical Red #F93273

Tints of Radical Red #F93273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.78%

R = 60.14%
G = 12.08%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F93273 (or 0xF93273) is known color: Radical Red. HEX triplet: F9, 32 and 73. RGB value is (249,50,115). Sum of RGB (Red+Green+Blue) = 249+50+115=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F93273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93273 is #06CD8C. Grayscale: #747474. Windows color (decimal): -445837 or 7549689. OLE color: 7549689.

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

Color convert

RGB 249 50 115 -
CMYK 0 0.80 0.54 0.02
HSL 340.4º 0.94% 0.59% -
HSV(B) 340.4º 0.8% 0.98% -
XYZ 43.3 23.66 18.5 -
YUV 116.91 126.93 222.21 -
System Red Green Blue C M Y K H S L
Decimal 249 50 115 0 0.80 0.54 0.02 340.4 0.94 0.59
Hex F9 32 73 0 50 36 2 154 5E 3B
Octal 371 62 163 0 120 66 2 524 136 73
Binary 11111001 110010 1110011 0 1010000 110110 10 101010100 1011110 111011

Color Harmonies of #F93273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93273

Black with #F93273

Text Example


Text Example

White with #F93273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93273; }

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

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

background-color css

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

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

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

border-color css

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

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

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