Html Css Color HEX #F967D6 Neon Pink

📋 copy color: '#F967D6'

red 249 ◦ green 103 ◦ blue 214

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

Shades of Neon Pink #F967D6

Tints of Neon Pink #F967D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.81%

R = 43.99%
G = 18.2%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F967D6 (or 0xF967D6) is known color: Neon Pink. HEX triplet: F9, 67 and D6. RGB value is (249,103,214). Sum of RGB (Red+Green+Blue) = 249+103+214=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F967D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967D6 is #069829. Grayscale: #9F9F9F. Windows color (decimal): -432170 or 14051321. OLE color: 14051321.

HSL color Cylindrical-coordinate representation of color #F967D6: hue angle of 314.38º 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 #F967D6 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 214 -
CMYK 0 0.59 0.14 0.02
HSL 314.38º 0.92% 0.69% -
HSV(B) 314.38º 0.59% 0.98% -
XYZ 56.05 34.7 67.36 -
YUV 159.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 249 103 214 0 0.59 0.14 0.02 314.38 0.92 0.69
Hex F9 67 D6 0 3B E 2 13A 5C 45
Octal 371 147 326 0 73 16 2 472 134 105
Binary 11111001 1100111 11010110 0 111011 1110 10 100111010 1011100 1000101

Color Harmonies of #F967D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967D6

Black with #F967D6

Text Example


Text Example

White with #F967D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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