Html Css Color HEX #F967D8 Neon Pink

📋 copy color: '#F967D8'

red 249 ◦ green 103 ◦ blue 216

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

Shades of Neon Pink #F967D8

Tints of Neon Pink #F967D8

RGB

 RED value IS 249 (97.66% from 255) = 43.84%

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

 BLUE value IS 216 (84.77% from 255) = 38.03%

R = 43.84%
G = 18.13%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F967D8 (or 0xF967D8) is known color: Neon Pink. HEX triplet: F9, 67 and D8. RGB value is (249,103,216). Sum of RGB (Red+Green+Blue) = 249+103+216=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 103 (40.62% from 255 or 18.13% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F967D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967D8 is #069827. Grayscale: #9F9F9F. Windows color (decimal): -432168 or 14182393. OLE color: 14182393.

HSL color Cylindrical-coordinate representation of color #F967D8: hue angle of 313.56º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967D8 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 216 -
CMYK 0 0.59 0.13 0.02
HSL 313.56º 0.92% 0.69% -
HSV(B) 313.56º 0.59% 0.98% -
XYZ 56.31 34.8 68.71 -
YUV 159.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 249 103 216 0 0.59 0.13 0.02 313.56 0.92 0.69
Hex F9 67 D8 0 3B D 2 13A 5C 45
Octal 371 147 330 0 73 15 2 472 134 105
Binary 11111001 1100111 11011000 0 111011 1101 10 100111010 1011100 1000101

Color Harmonies of #F967D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967D8

Black with #F967D8

Text Example


Text Example

White with #F967D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967D8; }

 p { color: rgb(249,103,216); }

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

background-color css

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

 a { background-color: rgb(249,103,216); }

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

border-color css

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

 span { border-color: rgb(249,103,216); }

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