Html Css Color HEX #F67CB7 Persian Pink

📋 copy color: '#F67CB7'

red 246 ◦ green 124 ◦ blue 183

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

Shades of Persian Pink #F67CB7

Tints of Persian Pink #F67CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.09%

R = 44.48%
G = 22.42%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F67CB7 (or 0xF67CB7) is known color: Persian Pink. HEX triplet: F6, 7C and B7. RGB value is (246,124,183). Sum of RGB (Red+Green+Blue) = 246+124+183=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CB7 is #098348. Grayscale: #A7A7A7. Windows color (decimal): -623433 or 12025078. OLE color: 12025078.

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

Color convert

RGB 246 124 183 -
CMYK 0 0.50 0.26 0.04
HSL 330.98º 0.87% 0.73% -
HSV(B) 330.98º 0.5% 0.96% -
XYZ 53.76 37.43 49.19 -
YUV 167.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 246 124 183 0 0.50 0.26 0.04 330.98 0.87 0.73
Hex F6 7C B7 0 32 1A 4 14B 57 49
Octal 366 174 267 0 62 32 4 513 127 111
Binary 11110110 1111100 10110111 0 110010 11010 100 101001011 1010111 1001001

Color Harmonies of #F67CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CB7

Black with #F67CB7

Text Example


Text Example

White with #F67CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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