Html Css Color HEX #F867C0 Neon Pink

📋 copy color: '#F867C0'

red 248 ◦ green 103 ◦ blue 192

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

Shades of Neon Pink #F867C0

Tints of Neon Pink #F867C0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.97%

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

R = 45.67%
G = 18.97%
B = 35.36%

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

#F867C0 (or 0xF867C0) is known color: Neon Pink. HEX triplet: F8, 67 and C0. RGB value is (248,103,192). Sum of RGB (Red+Green+Blue) = 248+103+192=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F867C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F867C0 is #07983F. Grayscale: #9C9C9C. Windows color (decimal): -497728 or 12609528. OLE color: 12609528.

HSL color Cylindrical-coordinate representation of color #F867C0: hue angle of 323.17º 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 #F867C0 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 103 192 -
CMYK 0 0.58 0.23 0.03
HSL 323.17º 0.91% 0.69% -
HSV(B) 323.17º 0.58% 0.97% -
XYZ 53.08 33.46 53.53 -
YUV 156.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 248 103 192 0 0.58 0.23 0.03 323.17 0.91 0.69
Hex F8 67 C0 0 3A 17 3 143 5B 45
Octal 370 147 300 0 72 27 3 503 133 105
Binary 11111000 1100111 11000000 0 111010 10111 11 101000011 1011011 1000101

Color Harmonies of #F867C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F867C0

Black with #F867C0

Text Example


Text Example

White with #F867C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F867C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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