Html Css Color HEX #F502CB Hot Magenta

📋 copy color: '#F502CB'

red 245 ◦ green 2 ◦ blue 203

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

Shades of Hot Magenta #F502CB

Tints of Hot Magenta #F502CB

RGB

 RED value IS 245 (96.09% from 255) = 54.44%

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 54.44%
G = 0.44%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F502CB (or 0xF502CB) is known color: Hot Magenta. HEX triplet: F5, 02 and CB. RGB value is (245,2,203). Sum of RGB (Red+Green+Blue) = 245+2+203=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F502CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502CB is #0AFD34. Grayscale: #616161. Windows color (decimal): -720181 or 13304565. OLE color: 13304565.

HSL color Cylindrical-coordinate representation of color #F502CB: hue angle of 310.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F502CB is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 2 203 -
CMYK 0 0.99 0.17 0.04
HSL 310.37º 0.98% 0.48% -
HSV(B) 310.37º 0.99% 0.96% -
XYZ 48.46 23.77 58.53 -
YUV 97.57 187.51 233.16 -
System Red Green Blue C M Y K H S L
Decimal 245 2 203 0 0.99 0.17 0.04 310.37 0.98 0.48
Hex F5 2 CB 0 63 11 4 136 62 30
Octal 365 2 313 0 143 21 4 466 142 60
Binary 11110101 10 11001011 0 1100011 10001 100 100110110 1100010 110000

Color Harmonies of #F502CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502CB

Black with #F502CB

Text Example


Text Example

White with #F502CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502CB; }

 p { color: rgb(245,2,203); }

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

background-color css

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

 a { background-color: rgb(245,2,203); }

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

border-color css

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

 span { border-color: rgb(245,2,203); }

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