Html Css Color HEX #F967C9 Neon Pink

📋 copy color: '#F967C9'

red 249 ◦ green 103 ◦ blue 201

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

Shades of Neon Pink #F967C9

Tints of Neon Pink #F967C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 45.03%
G = 18.63%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F967C9 (or 0xF967C9) is known color: Neon Pink. HEX triplet: F9, 67 and C9. RGB value is (249,103,201). Sum of RGB (Red+Green+Blue) = 249+103+201=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F967C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967C9 is #069836. Grayscale: #9D9D9D. Windows color (decimal): -432183 or 13199353. OLE color: 13199353.

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

Color convert

RGB 249 103 201 -
CMYK 0 0.59 0.19 0.02
HSL 319.73º 0.92% 0.69% -
HSV(B) 319.73º 0.59% 0.98% -
XYZ 54.46 34.06 58.96 -
YUV 157.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 249 103 201 0 0.59 0.19 0.02 319.73 0.92 0.69
Hex F9 67 C9 0 3B 13 2 140 5C 45
Octal 371 147 311 0 73 23 2 500 134 105
Binary 11111001 1100111 11001001 0 111011 10011 10 101000000 1011100 1000101

Color Harmonies of #F967C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967C9

Black with #F967C9

Text Example


Text Example

White with #F967C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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