Html Css Color HEX #F67EC1 Persian Pink

📋 copy color: '#F67EC1'

red 246 ◦ green 126 ◦ blue 193

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

Shades of Persian Pink #F67EC1

Tints of Persian Pink #F67EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.3%

 BLUE value IS 193 (75.78% from 255) = 34.16%

R = 43.54%
G = 22.3%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F67EC1 (or 0xF67EC1) is known color: Persian Pink. HEX triplet: F6, 7E and C1. RGB value is (246,126,193). Sum of RGB (Red+Green+Blue) = 246+126+193=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F67EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67EC1 is #09813E. Grayscale: #A9A9A9. Windows color (decimal): -622911 or 12680950. OLE color: 12680950.

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

Color convert

RGB 246 126 193 -
CMYK 0 0.49 0.22 0.04
HSL 326.5º 0.87% 0.73% -
HSV(B) 326.5º 0.49% 0.96% -
XYZ 55.09 38.36 54.95 -
YUV 169.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 246 126 193 0 0.49 0.22 0.04 326.5 0.87 0.73
Hex F6 7E C1 0 31 16 4 146 57 49
Octal 366 176 301 0 61 26 4 506 127 111
Binary 11110110 1111110 11000001 0 110001 10110 100 101000110 1010111 1001001

Color Harmonies of #F67EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67EC1

Black with #F67EC1

Text Example


Text Example

White with #F67EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67EC1; }

 p { color: rgb(246,126,193); }

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

background-color css

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

 a { background-color: rgb(246,126,193); }

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

border-color css

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

 span { border-color: rgb(246,126,193); }

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