Html Css Color HEX #F67CB8 Persian Pink

📋 copy color: '#F67CB8'

red 246 ◦ green 124 ◦ blue 184

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

Shades of Persian Pink #F67CB8

Tints of Persian Pink #F67CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.21%

R = 44.4%
G = 22.38%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F67CB8 (or 0xF67CB8) is known color: Persian Pink. HEX triplet: F6, 7C and B8. RGB value is (246,124,184). Sum of RGB (Red+Green+Blue) = 246+124+184=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CB8 is #098347. Grayscale: #A7A7A7. Windows color (decimal): -623432 or 12090614. OLE color: 12090614.

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

Color convert

RGB 246 124 184 -
CMYK 0 0.50 0.25 0.04
HSL 330.49º 0.87% 0.73% -
HSV(B) 330.49º 0.5% 0.96% -
XYZ 53.87 37.47 49.74 -
YUV 167.32 137.42 184.12 -
System Red Green Blue C M Y K H S L
Decimal 246 124 184 0 0.50 0.25 0.04 330.49 0.87 0.73
Hex F6 7C B8 0 32 19 4 14A 57 49
Octal 366 174 270 0 62 31 4 512 127 111
Binary 11110110 1111100 10111000 0 110010 11001 100 101001010 1010111 1001001

Color Harmonies of #F67CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CB8

Black with #F67CB8

Text Example


Text Example

White with #F67CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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