Html Css Color HEX #F975D0 Neon Pink

📋 copy color: '#F975D0'

red 249 ◦ green 117 ◦ blue 208

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

Shades of Neon Pink #F975D0

Tints of Neon Pink #F975D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.24%

R = 43.38%
G = 20.38%
B = 36.24%

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

#F975D0 (or 0xF975D0) is known color: Neon Pink. HEX triplet: F9, 75 and D0. RGB value is (249,117,208). Sum of RGB (Red+Green+Blue) = 249+117+208=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F975D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975D0 is #068A2F. Grayscale: #A6A6A6. Windows color (decimal): -428592 or 13661689. OLE color: 13661689.

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

Color convert

RGB 249 117 208 -
CMYK 0 0.53 0.16 0.02
HSL 318.64º 0.92% 0.72% -
HSV(B) 318.64º 0.53% 0.98% -
XYZ 56.81 37.42 63.9 -
YUV 166.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 249 117 208 0 0.53 0.16 0.02 318.64 0.92 0.72
Hex F9 75 D0 0 35 10 2 13F 5C 48
Octal 371 165 320 0 65 20 2 477 134 110
Binary 11111001 1110101 11010000 0 110101 10000 10 100111111 1011100 1001000

Color Harmonies of #F975D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975D0

Black with #F975D0

Text Example


Text Example

White with #F975D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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