Html Css Color HEX #F681BC Persian Pink

📋 copy color: '#F681BC'

red 246 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #F681BC

Tints of Persian Pink #F681BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.39%

R = 43.69%
G = 22.91%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F681BC (or 0xF681BC) is known color: Persian Pink. HEX triplet: F6, 81 and BC. RGB value is (246,129,188). Sum of RGB (Red+Green+Blue) = 246+129+188=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F681BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681BC is #097E43. Grayscale: #AAAAAA. Windows color (decimal): -622148 or 12354038. OLE color: 12354038.

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

Color convert

RGB 246 129 188 -
CMYK 0 0.48 0.24 0.04
HSL 329.74º 0.87% 0.74% -
HSV(B) 329.74º 0.48% 0.96% -
XYZ 54.93 38.92 52.19 -
YUV 170.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 246 129 188 0 0.48 0.24 0.04 329.74 0.87 0.74
Hex F6 81 BC 0 30 18 4 14A 57 4A
Octal 366 201 274 0 60 30 4 512 127 112
Binary 11110110 10000001 10111100 0 110000 11000 100 101001010 1010111 1001010

Color Harmonies of #F681BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681BC

Black with #F681BC

Text Example


Text Example

White with #F681BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681BC; }

 p { color: rgb(246,129,188); }

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

background-color css

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

 a { background-color: rgb(246,129,188); }

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

border-color css

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

 span { border-color: rgb(246,129,188); }

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