Html Css Color HEX #F93472 Radical Red

📋 copy color: '#F93472'

red 249 ◦ green 52 ◦ blue 114

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

Shades of Radical Red #F93472

Tints of Radical Red #F93472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.53%

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 60%
G = 12.53%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F93472 (or 0xF93472) is known color: Radical Red. HEX triplet: F9, 34 and 72. RGB value is (249,52,114). Sum of RGB (Red+Green+Blue) = 249+52+114=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F93472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93472 is #06CB8D. Grayscale: #757575. Windows color (decimal): -445326 or 7484665. OLE color: 7484665.

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

Color convert

RGB 249 52 114 -
CMYK 0 0.79 0.54 0.02
HSL 341.12º 0.94% 0.59% -
HSV(B) 341.12º 0.79% 0.98% -
XYZ 43.33 23.81 18.23 -
YUV 117.97 125.77 221.46 -
System Red Green Blue C M Y K H S L
Decimal 249 52 114 0 0.79 0.54 0.02 341.12 0.94 0.59
Hex F9 34 72 0 4F 36 2 155 5E 3B
Octal 371 64 162 0 117 66 2 525 136 73
Binary 11111001 110100 1110010 0 1001111 110110 10 101010101 1011110 111011

Color Harmonies of #F93472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93472

Black with #F93472

Text Example


Text Example

White with #F93472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93472; }

 p { color: rgb(249,52,114); }

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

background-color css

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

 a { background-color: rgb(249,52,114); }

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

border-color css

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

 span { border-color: rgb(249,52,114); }

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