Html Css Color HEX #F92F5E Radical Red

📋 copy color: '#F92F5E'

red 249 ◦ green 47 ◦ blue 94

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

Shades of Radical Red #F92F5E

Tints of Radical Red #F92F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.1%

R = 63.85%
G = 12.05%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F92F5E (or 0xF92F5E) is known color: Radical Red. HEX triplet: F9, 2F and 5E. RGB value is (249,47,94). Sum of RGB (Red+Green+Blue) = 249+47+94=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92F5E is #06D0A1. Grayscale: #707070. Windows color (decimal): -446626 or 6172665. OLE color: 6172665.

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

Color convert

RGB 249 47 94 -
CMYK 0 0.81 0.62 0.02
HSL 346.04º 0.94% 0.58% -
HSV(B) 346.04º 0.81% 0.98% -
XYZ 42.1 22.98 12.81 -
YUV 112.76 117.42 225.18 -
System Red Green Blue C M Y K H S L
Decimal 249 47 94 0 0.81 0.62 0.02 346.04 0.94 0.58
Hex F9 2F 5E 0 51 3E 2 15A 5E 3A
Octal 371 57 136 0 121 76 2 532 136 72
Binary 11111001 101111 1011110 0 1010001 111110 10 101011010 1011110 111010

Color Harmonies of #F92F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F5E

Black with #F92F5E

Text Example


Text Example

White with #F92F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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