Html Css Color HEX #F679BA Persian Pink

📋 copy color: '#F679BA'

red 246 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #F679BA

Tints of Persian Pink #F679BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.88%

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 44.48%
G = 21.88%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F679BA (or 0xF679BA) is known color: Persian Pink. HEX triplet: F6, 79 and BA. RGB value is (246,121,186). Sum of RGB (Red+Green+Blue) = 246+121+186=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F679BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F679BA is #098645. Grayscale: #A5A5A5. Windows color (decimal): -624198 or 12220918. OLE color: 12220918.

HSL color Cylindrical-coordinate representation of color #F679BA: hue angle of 328.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F679BA is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 121 186 -
CMYK 0 0.51 0.24 0.04
HSL 328.8º 0.87% 0.72% -
HSV(B) 328.8º 0.51% 0.96% -
XYZ 53.71 36.81 50.73 -
YUV 165.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 246 121 186 0 0.51 0.24 0.04 328.8 0.87 0.72
Hex F6 79 BA 0 33 18 4 149 57 48
Octal 366 171 272 0 63 30 4 511 127 110
Binary 11110110 1111001 10111010 0 110011 11000 100 101001001 1010111 1001000

Color Harmonies of #F679BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F679BA

Black with #F679BA

Text Example


Text Example

White with #F679BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F679BA; }

 p { color: rgb(246,121,186); }

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

background-color css

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

 a { background-color: rgb(246,121,186); }

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

border-color css

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

 span { border-color: rgb(246,121,186); }

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