Html Css Color HEX #F678BF Persian Pink

📋 copy color: '#F678BF'

red 246 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #F678BF

Tints of Persian Pink #F678BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.54%

 BLUE value IS 191 (75% from 255) = 34.29%

R = 44.17%
G = 21.54%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F678BF (or 0xF678BF) is known color: Persian Pink. HEX triplet: F6, 78 and BF. RGB value is (246,120,191). Sum of RGB (Red+Green+Blue) = 246+120+191=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F678BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F678BF is #098740. Grayscale: #A5A5A5. Windows color (decimal): -624449 or 12548342. OLE color: 12548342.

HSL color Cylindrical-coordinate representation of color #F678BF: hue angle of 326.19º degrees, saturation: 0.88, 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 #F678BF is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 120 191 -
CMYK 0 0.51 0.22 0.04
HSL 326.19º 0.88% 0.72% -
HSV(B) 326.19º 0.51% 0.96% -
XYZ 54.13 36.79 53.54 -
YUV 165.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 246 120 191 0 0.51 0.22 0.04 326.19 0.88 0.72
Hex F6 78 BF 0 33 16 4 146 58 48
Octal 366 170 277 0 63 26 4 506 130 110
Binary 11110110 1111000 10111111 0 110011 10110 100 101000110 1011000 1001000

Color Harmonies of #F678BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F678BF

Black with #F678BF

Text Example


Text Example

White with #F678BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F678BF; }

 p { color: rgb(246,120,191); }

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

background-color css

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

 a { background-color: rgb(246,120,191); }

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

border-color css

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

 span { border-color: rgb(246,120,191); }

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