Html Css Color HEX #F869C0 Neon Pink

📋 copy color: '#F869C0'

red 248 ◦ green 105 ◦ blue 192

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

Shades of Neon Pink #F869C0

Tints of Neon Pink #F869C0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.27%

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 45.5%
G = 19.27%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F869C0 (or 0xF869C0) is known color: Neon Pink. HEX triplet: F8, 69 and C0. RGB value is (248,105,192). Sum of RGB (Red+Green+Blue) = 248+105+192=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F869C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869C0 is #07963F. Grayscale: #9D9D9D. Windows color (decimal): -497216 or 12610040. OLE color: 12610040.

HSL color Cylindrical-coordinate representation of color #F869C0: hue angle of 323.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F869C0 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 105 192 -
CMYK 0 0.58 0.23 0.03
HSL 323.5º 0.91% 0.69% -
HSV(B) 323.5º 0.58% 0.97% -
XYZ 53.28 33.87 53.6 -
YUV 157.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 248 105 192 0 0.58 0.23 0.03 323.5 0.91 0.69
Hex F8 69 C0 0 3A 17 3 143 5B 45
Octal 370 151 300 0 72 27 3 503 133 105
Binary 11111000 1101001 11000000 0 111010 10111 11 101000011 1011011 1000101

Color Harmonies of #F869C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F869C0

Black with #F869C0

Text Example


Text Example

White with #F869C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F869C0; }

 p { color: rgb(248,105,192); }

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

background-color css

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

 a { background-color: rgb(248,105,192); }

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

border-color css

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

 span { border-color: rgb(248,105,192); }

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