Html Css Color HEX #F967D2 Neon Pink

📋 copy color: '#F967D2'

red 249 ◦ green 103 ◦ blue 210

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

Shades of Neon Pink #F967D2

Tints of Neon Pink #F967D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 44.31%
G = 18.33%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F967D2 (or 0xF967D2) is known color: Neon Pink. HEX triplet: F9, 67 and D2. RGB value is (249,103,210). Sum of RGB (Red+Green+Blue) = 249+103+210=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 103 (40.62% from 255 or 18.33% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F967D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967D2 is #06982D. Grayscale: #9E9E9E. Windows color (decimal): -432174 or 13789177. OLE color: 13789177.

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

Color convert

RGB 249 103 210 -
CMYK 0 0.59 0.16 0.02
HSL 316.03º 0.92% 0.69% -
HSV(B) 316.03º 0.59% 0.98% -
XYZ 55.55 34.49 64.7 -
YUV 158.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 249 103 210 0 0.59 0.16 0.02 316.03 0.92 0.69
Hex F9 67 D2 0 3B 10 2 13C 5C 45
Octal 371 147 322 0 73 20 2 474 134 105
Binary 11111001 1100111 11010010 0 111011 10000 10 100111100 1011100 1000101

Color Harmonies of #F967D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967D2

Black with #F967D2

Text Example


Text Example

White with #F967D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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