Html Css Color HEX #F67CB2 Persian Pink

📋 copy color: '#F67CB2'

red 246 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #F67CB2

Tints of Persian Pink #F67CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.48%

R = 44.89%
G = 22.63%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F67CB2 (or 0xF67CB2) is known color: Persian Pink. HEX triplet: F6, 7C and B2. RGB value is (246,124,178). Sum of RGB (Red+Green+Blue) = 246+124+178=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67CB2 is #09834D. Grayscale: #A6A6A6. Windows color (decimal): -623438 or 11697398. OLE color: 11697398.

HSL color Cylindrical-coordinate representation of color #F67CB2: hue angle of 333.44º 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 #F67CB2 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 124 178 -
CMYK 0 0.50 0.28 0.04
HSL 333.44º 0.87% 0.73% -
HSV(B) 333.44º 0.5% 0.96% -
XYZ 53.25 37.22 46.5 -
YUV 166.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 246 124 178 0 0.50 0.28 0.04 333.44 0.87 0.73
Hex F6 7C B2 0 32 1C 4 14D 57 49
Octal 366 174 262 0 62 34 4 515 127 111
Binary 11110110 1111100 10110010 0 110010 11100 100 101001101 1010111 1001001

Color Harmonies of #F67CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CB2

Black with #F67CB2

Text Example


Text Example

White with #F67CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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