Html Css Color HEX #F671BC Persian Pink

📋 copy color: '#F671BC'

red 246 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #F671BC

Tints of Persian Pink #F671BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.66%

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

R = 44.97%
G = 20.66%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F671BC (or 0xF671BC) is known color: Persian Pink. HEX triplet: F6, 71 and BC. RGB value is (246,113,188). Sum of RGB (Red+Green+Blue) = 246+113+188=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F671BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671BC is #098E43. Grayscale: #A1A1A1. Windows color (decimal): -626244 or 12349942. OLE color: 12349942.

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

Color convert

RGB 246 113 188 -
CMYK 0 0.54 0.24 0.04
HSL 326.17º 0.88% 0.7% -
HSV(B) 326.17º 0.54% 0.96% -
XYZ 52.99 35.03 51.55 -
YUV 161.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 246 113 188 0 0.54 0.24 0.04 326.17 0.88 0.7
Hex F6 71 BC 0 36 18 4 146 58 46
Octal 366 161 274 0 66 30 4 506 130 106
Binary 11110110 1110001 10111100 0 110110 11000 100 101000110 1011000 1000110

Color Harmonies of #F671BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F671BC

Black with #F671BC

Text Example


Text Example

White with #F671BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F671BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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