Html Css Color HEX #F967C2 Neon Pink

📋 copy color: '#F967C2'

red 249 ◦ green 103 ◦ blue 194

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

Shades of Neon Pink #F967C2

Tints of Neon Pink #F967C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 45.6%
G = 18.86%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F967C2 (or 0xF967C2) is known color: Neon Pink. HEX triplet: F9, 67 and C2. RGB value is (249,103,194). Sum of RGB (Red+Green+Blue) = 249+103+194=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F967C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967C2 is #06983D. Grayscale: #9C9C9C. Windows color (decimal): -432190 or 12740601. OLE color: 12740601.

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

Color convert

RGB 249 103 194 -
CMYK 0 0.59 0.22 0.02
HSL 322.6º 0.92% 0.69% -
HSV(B) 322.6º 0.59% 0.98% -
XYZ 53.65 33.74 54.72 -
YUV 157.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 249 103 194 0 0.59 0.22 0.02 322.6 0.92 0.69
Hex F9 67 C2 0 3B 16 2 143 5C 45
Octal 371 147 302 0 73 26 2 503 134 105
Binary 11111001 1100111 11000010 0 111011 10110 10 101000011 1011100 1000101

Color Harmonies of #F967C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967C2

Black with #F967C2

Text Example


Text Example

White with #F967C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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