Html Css Color HEX #F752C1 Neon Pink

📋 copy color: '#F752C1'

red 247 ◦ green 82 ◦ blue 193

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

Shades of Neon Pink #F752C1

Tints of Neon Pink #F752C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.97%

R = 47.32%
G = 15.71%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F752C1 (or 0xF752C1) is known color: Neon Pink. HEX triplet: F7, 52 and C1. RGB value is (247,82,193). Sum of RGB (Red+Green+Blue) = 247+82+193=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F752C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752C1 is #08AD3E. Grayscale: #8F8F8F. Windows color (decimal): -568639 or 12669687. OLE color: 12669687.

HSL color Cylindrical-coordinate representation of color #F752C1: hue angle of 319.64º 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 #F752C1 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 193 -
CMYK 0 0.67 0.22 0.03
HSL 319.64º 0.91% 0.65% -
HSV(B) 319.64º 0.67% 0.97% -
XYZ 51 29.66 53.49 -
YUV 143.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 247 82 193 0 0.67 0.22 0.03 319.64 0.91 0.65
Hex F7 52 C1 0 43 16 3 140 5B 41
Octal 367 122 301 0 103 26 3 500 133 101
Binary 11110111 1010010 11000001 0 1000011 10110 11 101000000 1011011 1000001

Color Harmonies of #F752C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752C1

Black with #F752C1

Text Example


Text Example

White with #F752C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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