Html Css Color HEX #F93275 Radical Red

📋 copy color: '#F93275'

red 249 ◦ green 50 ◦ blue 117

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

Shades of Radical Red #F93275

Tints of Radical Red #F93275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.02%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 59.86%
G = 12.02%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F93275 (or 0xF93275) is known color: Radical Red. HEX triplet: F9, 32 and 75. RGB value is (249,50,117). Sum of RGB (Red+Green+Blue) = 249+50+117=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F93275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93275 is #06CD8A. Grayscale: #757575. Windows color (decimal): -445835 or 7680761. OLE color: 7680761.

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

Color convert

RGB 249 50 117 -
CMYK 0 0.80 0.53 0.02
HSL 339.8º 0.94% 0.59% -
HSV(B) 339.8º 0.8% 0.98% -
XYZ 43.42 23.71 19.12 -
YUV 117.14 127.93 222.05 -
System Red Green Blue C M Y K H S L
Decimal 249 50 117 0 0.80 0.53 0.02 339.8 0.94 0.59
Hex F9 32 75 0 50 35 2 154 5E 3B
Octal 371 62 165 0 120 65 2 524 136 73
Binary 11111001 110010 1110101 0 1010000 110101 10 101010100 1011110 111011

Color Harmonies of #F93275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93275

Black with #F93275

Text Example


Text Example

White with #F93275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93275; }

 p { color: rgb(249,50,117); }

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

background-color css

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

 a { background-color: rgb(249,50,117); }

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

border-color css

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

 span { border-color: rgb(249,50,117); }

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