Html Css Color HEX #F92F5D Radical Red

📋 copy color: '#F92F5D'

red 249 ◦ green 47 ◦ blue 93

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

Shades of Radical Red #F92F5D

Tints of Radical Red #F92F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 64.01%
G = 12.08%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F92F5D (or 0xF92F5D) is known color: Radical Red. HEX triplet: F9, 2F and 5D. RGB value is (249,47,93). Sum of RGB (Red+Green+Blue) = 249+47+93=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92F5D is #06D0A2. Grayscale: #707070. Windows color (decimal): -446627 or 6107129. OLE color: 6107129.

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

Color convert

RGB 249 47 93 -
CMYK 0 0.81 0.63 0.02
HSL 346.34º 0.94% 0.58% -
HSV(B) 346.34º 0.81% 0.98% -
XYZ 42.06 22.96 12.57 -
YUV 112.64 116.92 225.26 -
System Red Green Blue C M Y K H S L
Decimal 249 47 93 0 0.81 0.63 0.02 346.34 0.94 0.58
Hex F9 2F 5D 0 51 3F 2 15A 5E 3A
Octal 371 57 135 0 121 77 2 532 136 72
Binary 11111001 101111 1011101 0 1010001 111111 10 101011010 1011110 111010

Color Harmonies of #F92F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F5D

Black with #F92F5D

Text Example


Text Example

White with #F92F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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