Html Css Color HEX #F67FBC Persian Pink

📋 copy color: '#F67FBC'

red 246 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #F67FBC

Tints of Persian Pink #F67FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.64%

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

R = 43.85%
G = 22.64%
B = 33.51%

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

#F67FBC (or 0xF67FBC) is known color: Persian Pink. HEX triplet: F6, 7F and BC. RGB value is (246,127,188). Sum of RGB (Red+Green+Blue) = 246+127+188=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FBC is #098043. Grayscale: #A9A9A9. Windows color (decimal): -622660 or 12353526. OLE color: 12353526.

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

Color convert

RGB 246 127 188 -
CMYK 0 0.48 0.24 0.04
HSL 329.24º 0.87% 0.73% -
HSV(B) 329.24º 0.48% 0.96% -
XYZ 54.67 38.4 52.11 -
YUV 169.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 246 127 188 0 0.48 0.24 0.04 329.24 0.87 0.73
Hex F6 7F BC 0 30 18 4 149 57 49
Octal 366 177 274 0 60 30 4 511 127 111
Binary 11110110 1111111 10111100 0 110000 11000 100 101001001 1010111 1001001

Color Harmonies of #F67FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FBC

Black with #F67FBC

Text Example


Text Example

White with #F67FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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