Html Css Color HEX #F93052 Radical Red

📋 copy color: '#F93052'

red 249 ◦ green 48 ◦ blue 82

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

Shades of Radical Red #F93052

Tints of Radical Red #F93052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 65.7%
G = 12.66%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F93052 (or 0xF93052) is known color: Radical Red. HEX triplet: F9, 30 and 52. RGB value is (249,48,82). Sum of RGB (Red+Green+Blue) = 249+48+82=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F93052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93052 is #06CFAD. Grayscale: #707070. Windows color (decimal): -446382 or 5386489. OLE color: 5386489.

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

Color convert

RGB 249 48 82 -
CMYK 0 0.81 0.67 0.02
HSL 349.85º 0.94% 0.58% -
HSV(B) 349.85º 0.81% 0.98% -
XYZ 41.65 22.86 10.2 -
YUV 111.98 111.09 225.74 -
System Red Green Blue C M Y K H S L
Decimal 249 48 82 0 0.81 0.67 0.02 349.85 0.94 0.58
Hex F9 30 52 0 51 43 2 15E 5E 3A
Octal 371 60 122 0 121 103 2 536 136 72
Binary 11111001 110000 1010010 0 1010001 1000011 10 101011110 1011110 111010

Color Harmonies of #F93052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93052

Black with #F93052

Text Example


Text Example

White with #F93052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93052; }

 p { color: rgb(249,48,82); }

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

background-color css

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

 a { background-color: rgb(249,48,82); }

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

border-color css

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

 span { border-color: rgb(249,48,82); }

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