Html Css Color HEX #F769C2 Neon Pink

📋 copy color: '#F769C2'

red 247 ◦ green 105 ◦ blue 194

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

Shades of Neon Pink #F769C2

Tints of Neon Pink #F769C2

RGB

 RED value IS 247 (96.88% from 255) = 45.24%

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

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

R = 45.24%
G = 19.23%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F769C2 (or 0xF769C2) is known color: Neon Pink. HEX triplet: F7, 69 and C2. RGB value is (247,105,194). Sum of RGB (Red+Green+Blue) = 247+105+194=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F769C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769C2 is #08963D. Grayscale: #9D9D9D. Windows color (decimal): -562750 or 12741111. OLE color: 12741111.

HSL color Cylindrical-coordinate representation of color #F769C2: hue angle of 322.39º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F769C2 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 105 194 -
CMYK 0 0.57 0.21 0.03
HSL 322.39º 0.9% 0.69% -
HSV(B) 322.39º 0.57% 0.97% -
XYZ 53.15 33.77 54.76 -
YUV 157.6 148.54 191.76 -
System Red Green Blue C M Y K H S L
Decimal 247 105 194 0 0.57 0.21 0.03 322.39 0.9 0.69
Hex F7 69 C2 0 39 15 3 142 5A 45
Octal 367 151 302 0 71 25 3 502 132 105
Binary 11110111 1101001 11000010 0 111001 10101 11 101000010 1011010 1000101

Color Harmonies of #F769C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F769C2

Black with #F769C2

Text Example


Text Example

White with #F769C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F769C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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