Html Css Color HEX #F672BC Persian Pink

📋 copy color: '#F672BC'

red 246 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #F672BC

Tints of Persian Pink #F672BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.8%

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

R = 44.89%
G = 20.8%
B = 34.31%

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

#F672BC (or 0xF672BC) is known color: Persian Pink. HEX triplet: F6, 72 and BC. RGB value is (246,114,188). Sum of RGB (Red+Green+Blue) = 246+114+188=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F672BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672BC is #098D43. Grayscale: #A1A1A1. Windows color (decimal): -625988 or 12350198. OLE color: 12350198.

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

Color convert

RGB 246 114 188 -
CMYK 0 0.54 0.24 0.04
HSL 326.36º 0.88% 0.71% -
HSV(B) 326.36º 0.54% 0.96% -
XYZ 53.1 35.26 51.58 -
YUV 161.9 142.73 187.98 -
System Red Green Blue C M Y K H S L
Decimal 246 114 188 0 0.54 0.24 0.04 326.36 0.88 0.71
Hex F6 72 BC 0 36 18 4 146 58 47
Octal 366 162 274 0 66 30 4 506 130 107
Binary 11110110 1110010 10111100 0 110110 11000 100 101000110 1011000 1000111

Color Harmonies of #F672BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672BC

Black with #F672BC

Text Example


Text Example

White with #F672BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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