Html Css Color HEX #F93875 Radical Red

📋 copy color: '#F93875'

red 249 ◦ green 56 ◦ blue 117

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

Shades of Radical Red #F93875

Tints of Radical Red #F93875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.27%

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

R = 59%
G = 13.27%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F93875 (or 0xF93875) is known color: Radical Red. HEX triplet: F9, 38 and 75. RGB value is (249,56,117). Sum of RGB (Red+Green+Blue) = 249+56+117=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F93875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93875 is #06C78A. Grayscale: #787878. Windows color (decimal): -444299 or 7682297. OLE color: 7682297.

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

Color convert

RGB 249 56 117 -
CMYK 0 0.78 0.53 0.02
HSL 341.04º 0.94% 0.6% -
HSV(B) 341.04º 0.78% 0.98% -
XYZ 43.69 24.25 19.21 -
YUV 120.66 125.94 219.54 -
System Red Green Blue C M Y K H S L
Decimal 249 56 117 0 0.78 0.53 0.02 341.04 0.94 0.6
Hex F9 38 75 0 4E 35 2 155 5E 3C
Octal 371 70 165 0 116 65 2 525 136 74
Binary 11111001 111000 1110101 0 1001110 110101 10 101010101 1011110 111100

Color Harmonies of #F93875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93875

Black with #F93875

Text Example


Text Example

White with #F93875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93875; }

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

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

background-color css

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

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

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

border-color css

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

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

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