Html Css Color HEX #F92E5D Radical Red

📋 copy color: '#F92E5D'

red 249 ◦ green 46 ◦ blue 93

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

Shades of Radical Red #F92E5D

Tints of Radical Red #F92E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.86%

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

R = 64.18%
G = 11.86%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F92E5D (or 0xF92E5D) is known color: Radical Red. HEX triplet: F9, 2E and 5D. RGB value is (249,46,93). Sum of RGB (Red+Green+Blue) = 249+46+93=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92E5D is #06D1A2. Grayscale: #707070. Windows color (decimal): -446883 or 6106873. OLE color: 6106873.

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

Color convert

RGB 249 46 93 -
CMYK 0 0.82 0.63 0.02
HSL 346.11º 0.94% 0.58% -
HSV(B) 346.11º 0.82% 0.98% -
XYZ 42.02 22.88 12.56 -
YUV 112.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 249 46 93 0 0.82 0.63 0.02 346.11 0.94 0.58
Hex F9 2E 5D 0 52 3F 2 15A 5E 3A
Octal 371 56 135 0 122 77 2 532 136 72
Binary 11111001 101110 1011101 0 1010010 111111 10 101011010 1011110 111010

Color Harmonies of #F92E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92E5D

Black with #F92E5D

Text Example


Text Example

White with #F92E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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