Html Css Color HEX #F781C0 Persian Pink

📋 copy color: '#F781C0'

red 247 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #F781C0

Tints of Persian Pink #F781C0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.71%

 BLUE value IS 192 (75.39% from 255) = 33.8%

R = 43.49%
G = 22.71%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F781C0 (or 0xF781C0) is known color: Persian Pink. HEX triplet: F7, 81 and C0. RGB value is (247,129,192). Sum of RGB (Red+Green+Blue) = 247+129+192=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F781C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781C0 is #087E3F. Grayscale: #ABABAB. Windows color (decimal): -556608 or 12616183. OLE color: 12616183.

HSL color Cylindrical-coordinate representation of color #F781C0: hue angle of 327.97º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F781C0 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 129 192 -
CMYK 0 0.48 0.22 0.03
HSL 327.97º 0.88% 0.74% -
HSV(B) 327.97º 0.48% 0.97% -
XYZ 55.72 39.28 54.51 -
YUV 171.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 247 129 192 0 0.48 0.22 0.03 327.97 0.88 0.74
Hex F7 81 C0 0 30 16 3 148 58 4A
Octal 367 201 300 0 60 26 3 510 130 112
Binary 11110111 10000001 11000000 0 110000 10110 11 101001000 1011000 1001010

Color Harmonies of #F781C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F781C0

Black with #F781C0

Text Example


Text Example

White with #F781C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F781C0; }

 p { color: rgb(247,129,192); }

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

background-color css

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

 a { background-color: rgb(247,129,192); }

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

border-color css

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

 span { border-color: rgb(247,129,192); }

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