Html Css Color HEX #F676C1 Persian Pink

📋 copy color: '#F676C1'

red 246 ◦ green 118 ◦ blue 193

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

Shades of Persian Pink #F676C1

Tints of Persian Pink #F676C1

RGB

 RED value IS 246 (96.48% from 255) = 44.17%

 GREEN value IS 118 (46.48% from 255) = 21.18%

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

R = 44.17%
G = 21.18%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F676C1 (or 0xF676C1) is known color: Persian Pink. HEX triplet: F6, 76 and C1. RGB value is (246,118,193). Sum of RGB (Red+Green+Blue) = 246+118+193=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F676C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F676C1 is #09893E. Grayscale: #A4A4A4. Windows color (decimal): -624959 or 12678902. OLE color: 12678902.

HSL color Cylindrical-coordinate representation of color #F676C1: hue angle of 324.84º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F676C1 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 118 193 -
CMYK 0 0.52 0.22 0.04
HSL 324.84º 0.88% 0.71% -
HSV(B) 324.84º 0.52% 0.96% -
XYZ 54.11 36.4 54.63 -
YUV 164.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 246 118 193 0 0.52 0.22 0.04 324.84 0.88 0.71
Hex F6 76 C1 0 34 16 4 145 58 47
Octal 366 166 301 0 64 26 4 505 130 107
Binary 11110110 1110110 11000001 0 110100 10110 100 101000101 1011000 1000111

Color Harmonies of #F676C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F676C1

Black with #F676C1

Text Example


Text Example

White with #F676C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F676C1; }

 p { color: rgb(246,118,193); }

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

background-color css

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

 a { background-color: rgb(246,118,193); }

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

border-color css

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

 span { border-color: rgb(246,118,193); }

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