Html Css Color HEX #F67BC0 Persian Pink

📋 copy color: '#F67BC0'

red 246 ◦ green 123 ◦ blue 192

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

Shades of Persian Pink #F67BC0

Tints of Persian Pink #F67BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

 BLUE value IS 192 (75.39% from 255) = 34.22%

R = 43.85%
G = 21.93%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F67BC0 (or 0xF67BC0) is known color: Persian Pink. HEX triplet: F6, 7B and C0. RGB value is (246,123,192). Sum of RGB (Red+Green+Blue) = 246+123+192=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BC0 is #09843F. Grayscale: #A7A7A7. Windows color (decimal): -623680 or 12614646. OLE color: 12614646.

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

Color convert

RGB 246 123 192 -
CMYK 0 0.50 0.22 0.04
HSL 326.34º 0.87% 0.72% -
HSV(B) 326.34º 0.5% 0.96% -
XYZ 54.6 37.56 54.24 -
YUV 167.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 246 123 192 0 0.50 0.22 0.04 326.34 0.87 0.72
Hex F6 7B C0 0 32 16 4 146 57 48
Octal 366 173 300 0 62 26 4 506 127 110
Binary 11110110 1111011 11000000 0 110010 10110 100 101000110 1010111 1001000

Color Harmonies of #F67BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67BC0

Black with #F67BC0

Text Example


Text Example

White with #F67BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67BC0; }

 p { color: rgb(246,123,192); }

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

background-color css

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

 a { background-color: rgb(246,123,192); }

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

border-color css

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

 span { border-color: rgb(246,123,192); }

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