Html Css Color HEX #F263AC Hot Pink

📋 copy color: '#F263AC'

red 242 ◦ green 99 ◦ blue 172

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

Shades of Hot Pink #F263AC

Tints of Hot Pink #F263AC

RGB

 RED value IS 242 (94.92% from 255) = 47.17%

 GREEN value IS 99 (39.06% from 255) = 19.3%

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 47.17%
G = 19.3%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F263AC (or 0xF263AC) is known color: Hot Pink. HEX triplet: F2, 63 and AC. RGB value is (242,99,172). Sum of RGB (Red+Green+Blue) = 242+99+172=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F263AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F263AC is #0D9C53. Grayscale: #959595. Windows color (decimal): -891988 or 11297778. OLE color: 11297778.

HSL color Cylindrical-coordinate representation of color #F263AC: hue angle of 329.37º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F263AC is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 99 172 -
CMYK 0 0.59 0.29 0.05
HSL 329.37º 0.85% 0.67% -
HSV(B) 329.37º 0.59% 0.95% -
XYZ 48.53 30.78 42.41 -
YUV 150.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 242 99 172 0 0.59 0.29 0.05 329.37 0.85 0.67
Hex F2 63 AC 0 3B 1D 5 149 55 43
Octal 362 143 254 0 73 35 5 511 125 103
Binary 11110010 1100011 10101100 0 111011 11101 101 101001001 1010101 1000011

Color Harmonies of #F263AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263AC

Black with #F263AC

Text Example


Text Example

White with #F263AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263AC; }

 p { color: rgb(242,99,172); }

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

background-color css

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

 a { background-color: rgb(242,99,172); }

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

border-color css

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

 span { border-color: rgb(242,99,172); }

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