Html Css Color HEX #F67CBE Persian Pink

📋 copy color: '#F67CBE'

red 246 ◦ green 124 ◦ blue 190

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

Shades of Persian Pink #F67CBE

Tints of Persian Pink #F67CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 43.93%
G = 22.14%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F67CBE (or 0xF67CBE) is known color: Persian Pink. HEX triplet: F6, 7C and BE. RGB value is (246,124,190). Sum of RGB (Red+Green+Blue) = 246+124+190=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CBE is #098341. Grayscale: #A7A7A7. Windows color (decimal): -623426 or 12483830. OLE color: 12483830.

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

Color convert

RGB 246 124 190 -
CMYK 0 0.50 0.23 0.04
HSL 327.54º 0.87% 0.73% -
HSV(B) 327.54º 0.5% 0.96% -
XYZ 54.51 37.73 53.12 -
YUV 168 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 246 124 190 0 0.50 0.23 0.04 327.54 0.87 0.73
Hex F6 7C BE 0 32 17 4 148 57 49
Octal 366 174 276 0 62 27 4 510 127 111
Binary 11110110 1111100 10111110 0 110010 10111 100 101001000 1010111 1001001

Color Harmonies of #F67CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CBE

Black with #F67CBE

Text Example


Text Example

White with #F67CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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