Html Css Color HEX #F67CBC Persian Pink

📋 copy color: '#F67CBC'

red 246 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #F67CBC

Tints of Persian Pink #F67CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.22%

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

R = 44.09%
G = 22.22%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F67CBC (or 0xF67CBC) is known color: Persian Pink. HEX triplet: F6, 7C and BC. RGB value is (246,124,188). Sum of RGB (Red+Green+Blue) = 246+124+188=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CBC is #098343. Grayscale: #A7A7A7. Windows color (decimal): -623428 or 12352758. OLE color: 12352758.

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

Color convert

RGB 246 124 188 -
CMYK 0 0.50 0.24 0.04
HSL 328.52º 0.87% 0.73% -
HSV(B) 328.52º 0.5% 0.96% -
XYZ 54.29 37.64 51.98 -
YUV 167.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 246 124 188 0 0.50 0.24 0.04 328.52 0.87 0.73
Hex F6 7C BC 0 32 18 4 149 57 49
Octal 366 174 274 0 62 30 4 511 127 111
Binary 11110110 1111100 10111100 0 110010 11000 100 101001001 1010111 1001001

Color Harmonies of #F67CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CBC

Black with #F67CBC

Text Example


Text Example

White with #F67CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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