Html Css Color HEX #F969C2 Neon Pink

📋 copy color: '#F969C2'

red 249 ◦ green 105 ◦ blue 194

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

Shades of Neon Pink #F969C2

Tints of Neon Pink #F969C2

RGB

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

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

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

R = 45.44%
G = 19.16%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F969C2 (or 0xF969C2) is known color: Neon Pink. HEX triplet: F9, 69 and C2. RGB value is (249,105,194). Sum of RGB (Red+Green+Blue) = 249+105+194=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F969C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969C2 is #06963D. Grayscale: #9D9D9D. Windows color (decimal): -431678 or 12741113. OLE color: 12741113.

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

Color convert

RGB 249 105 194 -
CMYK 0 0.58 0.22 0.02
HSL 322.92º 0.92% 0.69% -
HSV(B) 322.92º 0.58% 0.98% -
XYZ 53.86 34.14 54.79 -
YUV 158.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 249 105 194 0 0.58 0.22 0.02 322.92 0.92 0.69
Hex F9 69 C2 0 3A 16 2 143 5C 45
Octal 371 151 302 0 72 26 2 503 134 105
Binary 11111001 1101001 11000010 0 111010 10110 10 101000011 1011100 1000101

Color Harmonies of #F969C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F969C2

Black with #F969C2

Text Example


Text Example

White with #F969C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F969C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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