Html Css Color HEX #F752C8 Neon Pink

📋 copy color: '#F752C8'

red 247 ◦ green 82 ◦ blue 200

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

Shades of Neon Pink #F752C8

Tints of Neon Pink #F752C8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.5%

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 46.69%
G = 15.5%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F752C8 (or 0xF752C8) is known color: Neon Pink. HEX triplet: F7, 52 and C8. RGB value is (247,82,200). Sum of RGB (Red+Green+Blue) = 247+82+200=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F752C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752C8 is #08AD37. Grayscale: #909090. Windows color (decimal): -568632 or 13128439. OLE color: 13128439.

HSL color Cylindrical-coordinate representation of color #F752C8: hue angle of 317.09º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F752C8 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 200 -
CMYK 0 0.67 0.19 0.03
HSL 317.09º 0.91% 0.65% -
HSV(B) 317.09º 0.67% 0.97% -
XYZ 51.8 29.98 57.7 -
YUV 144.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 247 82 200 0 0.67 0.19 0.03 317.09 0.91 0.65
Hex F7 52 C8 0 43 13 3 13D 5B 41
Octal 367 122 310 0 103 23 3 475 133 101
Binary 11110111 1010010 11001000 0 1000011 10011 11 100111101 1011011 1000001

Color Harmonies of #F752C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752C8

Black with #F752C8

Text Example


Text Example

White with #F752C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752C8; }

 p { color: rgb(247,82,200); }

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

background-color css

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

 a { background-color: rgb(247,82,200); }

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

border-color css

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

 span { border-color: rgb(247,82,200); }

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