Html Css Color HEX #F800C4 Hot Magenta

📋 copy color: '#F800C4'

red 248 ◦ green 0 ◦ blue 196

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

Shades of Hot Magenta #F800C4

Tints of Hot Magenta #F800C4

RGB

 RED value IS 248 (97.27% from 255) = 55.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 196 (76.95% from 255) = 44.14%

R = 55.86%
G = 0%
B = 44.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F800C4 (or 0xF800C4) is known color: Hot Magenta. HEX triplet: F8, 00 and C4. RGB value is (248,0,196). Sum of RGB (Red+Green+Blue) = 248+0+196=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F800C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800C4 is #07FF3B. Grayscale: #5F5F5F. Windows color (decimal): -524092 or 12845304. OLE color: 12845304.

HSL color Cylindrical-coordinate representation of color #F800C4: hue angle of 312.58º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800C4 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 196 -
CMYK 0 1 0.21 0.03
HSL 312.58º 1% 0.49% -
HSV(B) 312.58º 1% 0.97% -
XYZ 48.68 23.94 54.28 -
YUV 96.5 184.16 236.06 -
System Red Green Blue C M Y K H S L
Decimal 248 0 196 0 1 0.21 0.03 312.58 1 0.49
Hex F8 0 C4 0 64 15 3 139 64 31
Octal 370 0 304 0 144 25 3 471 144 61
Binary 11111000 0 11000100 0 1100100 10101 11 100111001 1100100 110001

Color Harmonies of #F800C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800C4

Black with #F800C4

Text Example


Text Example

White with #F800C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800C4; }

 p { color: rgb(248,0,196); }

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

background-color css

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

 a { background-color: rgb(248,0,196); }

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

border-color css

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

 span { border-color: rgb(248,0,196); }

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