Html Css Color HEX #F93574 Radical Red

📋 copy color: '#F93574'

red 249 ◦ green 53 ◦ blue 116

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

Shades of Radical Red #F93574

Tints of Radical Red #F93574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.68%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 59.57%
G = 12.68%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F93574 (or 0xF93574) is known color: Radical Red. HEX triplet: F9, 35 and 74. RGB value is (249,53,116). Sum of RGB (Red+Green+Blue) = 249+53+116=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F93574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93574 is #06CA8B. Grayscale: #767676. Windows color (decimal): -445068 or 7615993. OLE color: 7615993.

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

Color convert

RGB 249 53 116 -
CMYK 0 0.79 0.53 0.02
HSL 340.71º 0.94% 0.59% -
HSV(B) 340.71º 0.79% 0.98% -
XYZ 43.49 23.95 18.85 -
YUV 118.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 249 53 116 0 0.79 0.53 0.02 340.71 0.94 0.59
Hex F9 35 74 0 4F 35 2 155 5E 3B
Octal 371 65 164 0 117 65 2 525 136 73
Binary 11111001 110101 1110100 0 1001111 110101 10 101010101 1011110 111011

Color Harmonies of #F93574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93574

Black with #F93574

Text Example


Text Example

White with #F93574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93574; }

 p { color: rgb(249,53,116); }

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

background-color css

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

 a { background-color: rgb(249,53,116); }

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

border-color css

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

 span { border-color: rgb(249,53,116); }

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