Html Css Color HEX #F967C5 Neon Pink

📋 copy color: '#F967C5'

red 249 ◦ green 103 ◦ blue 197

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

Shades of Neon Pink #F967C5

Tints of Neon Pink #F967C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.88%

R = 45.36%
G = 18.76%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F967C5 (or 0xF967C5) is known color: Neon Pink. HEX triplet: F9, 67 and C5. RGB value is (249,103,197). Sum of RGB (Red+Green+Blue) = 249+103+197=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F967C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967C5 is #06983A. Grayscale: #9D9D9D. Windows color (decimal): -432187 or 12937209. OLE color: 12937209.

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

Color convert

RGB 249 103 197 -
CMYK 0 0.59 0.21 0.02
HSL 321.37º 0.92% 0.69% -
HSV(B) 321.37º 0.59% 0.98% -
XYZ 54 33.87 56.52 -
YUV 157.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 249 103 197 0 0.59 0.21 0.02 321.37 0.92 0.69
Hex F9 67 C5 0 3B 15 2 141 5C 45
Octal 371 147 305 0 73 25 2 501 134 105
Binary 11111001 1100111 11000101 0 111011 10101 10 101000001 1011100 1000101

Color Harmonies of #F967C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967C5

Black with #F967C5

Text Example


Text Example

White with #F967C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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