Html Css Color HEX #F961D4 Neon Pink

📋 copy color: '#F961D4'

red 249 ◦ green 97 ◦ blue 212

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

Shades of Neon Pink #F961D4

Tints of Neon Pink #F961D4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.38%

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 44.62%
G = 17.38%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F961D4 (or 0xF961D4) is known color: Neon Pink. HEX triplet: F9, 61 and D4. RGB value is (249,97,212). Sum of RGB (Red+Green+Blue) = 249+97+212=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 97 (38.28% from 255 or 17.38% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F961D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F961D4 is #069E2B. Grayscale: #9B9B9B. Windows color (decimal): -433708 or 13918713. OLE color: 13918713.

HSL color Cylindrical-coordinate representation of color #F961D4: hue angle of 314.61º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F961D4 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 97 212 -
CMYK 0 0.61 0.15 0.02
HSL 314.61º 0.93% 0.68% -
HSV(B) 314.61º 0.61% 0.98% -
XYZ 55.23 33.44 65.83 -
YUV 155.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 249 97 212 0 0.61 0.15 0.02 314.61 0.93 0.68
Hex F9 61 D4 0 3D F 2 13B 5D 44
Octal 371 141 324 0 75 17 2 473 135 104
Binary 11111001 1100001 11010100 0 111101 1111 10 100111011 1011101 1000100

Color Harmonies of #F961D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961D4

Black with #F961D4

Text Example


Text Example

White with #F961D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961D4; }

 p { color: rgb(249,97,212); }

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

background-color css

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

 a { background-color: rgb(249,97,212); }

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

border-color css

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

 span { border-color: rgb(249,97,212); }

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