Html Css Color HEX #F969C7 Neon Pink

📋 copy color: '#F969C7'

red 249 ◦ green 105 ◦ blue 199

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

Shades of Neon Pink #F969C7

Tints of Neon Pink #F969C7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.99%

 BLUE value IS 199 (78.13% from 255) = 35.99%

R = 45.03%
G = 18.99%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F969C7 (or 0xF969C7) is known color: Neon Pink. HEX triplet: F9, 69 and C7. RGB value is (249,105,199). Sum of RGB (Red+Green+Blue) = 249+105+199=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F969C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969C7 is #069638. Grayscale: #9E9E9E. Windows color (decimal): -431673 or 13068793. OLE color: 13068793.

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

Color convert

RGB 249 105 199 -
CMYK 0 0.58 0.20 0.02
HSL 320.83º 0.92% 0.69% -
HSV(B) 320.83º 0.58% 0.98% -
XYZ 54.43 34.37 57.8 -
YUV 158.77 150.71 192.36 -
System Red Green Blue C M Y K H S L
Decimal 249 105 199 0 0.58 0.20 0.02 320.83 0.92 0.69
Hex F9 69 C7 0 3A 14 2 141 5C 45
Octal 371 151 307 0 72 24 2 501 134 105
Binary 11111001 1101001 11000111 0 111010 10100 10 101000001 1011100 1000101

Color Harmonies of #F969C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F969C7

Black with #F969C7

Text Example


Text Example

White with #F969C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F969C7; }

 p { color: rgb(249,105,199); }

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

background-color css

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

 a { background-color: rgb(249,105,199); }

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

border-color css

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

 span { border-color: rgb(249,105,199); }

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