Html Css Color HEX #F92F73 Radical Red

📋 copy color: '#F92F73'

red 249 ◦ green 47 ◦ blue 115

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

Shades of Radical Red #F92F73

Tints of Radical Red #F92F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.44%

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

R = 60.58%
G = 11.44%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F92F73 (or 0xF92F73) is known color: Radical Red. HEX triplet: F9, 2F and 73. RGB value is (249,47,115). Sum of RGB (Red+Green+Blue) = 249+47+115=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92F73 is #06D08C. Grayscale: #737373. Windows color (decimal): -446605 or 7548921. OLE color: 7548921.

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

Color convert

RGB 249 47 115 -
CMYK 0 0.81 0.54 0.02
HSL 339.8º 0.94% 0.58% -
HSV(B) 339.8º 0.81% 0.98% -
XYZ 43.18 23.41 18.46 -
YUV 115.15 127.92 223.47 -
System Red Green Blue C M Y K H S L
Decimal 249 47 115 0 0.81 0.54 0.02 339.8 0.94 0.58
Hex F9 2F 73 0 51 36 2 154 5E 3A
Octal 371 57 163 0 121 66 2 524 136 72
Binary 11111001 101111 1110011 0 1010001 110110 10 101010100 1011110 111010

Color Harmonies of #F92F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F73

Black with #F92F73

Text Example


Text Example

White with #F92F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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