Html Css Color HEX #F975D2 Neon Pink

📋 copy color: '#F975D2'

red 249 ◦ green 117 ◦ blue 210

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

Shades of Neon Pink #F975D2

Tints of Neon Pink #F975D2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.31%

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

R = 43.23%
G = 20.31%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F975D2 (or 0xF975D2) is known color: Neon Pink. HEX triplet: F9, 75 and D2. RGB value is (249,117,210). Sum of RGB (Red+Green+Blue) = 249+117+210=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F975D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975D2 is #068A2D. Grayscale: #A6A6A6. Windows color (decimal): -428590 or 13792761. OLE color: 13792761.

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

Color convert

RGB 249 117 210 -
CMYK 0 0.53 0.16 0.02
HSL 317.73º 0.92% 0.72% -
HSV(B) 317.73º 0.53% 0.98% -
XYZ 57.06 37.52 65.21 -
YUV 167.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 249 117 210 0 0.53 0.16 0.02 317.73 0.92 0.72
Hex F9 75 D2 0 35 10 2 13E 5C 48
Octal 371 165 322 0 65 20 2 476 134 110
Binary 11111001 1110101 11010010 0 110101 10000 10 100111110 1011100 1001000

Color Harmonies of #F975D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975D2

Black with #F975D2

Text Example


Text Example

White with #F975D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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