Html Css Color HEX #F67BBE Persian Pink

📋 copy color: '#F67BBE'

red 246 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #F67BBE

Tints of Persian Pink #F67BBE

RGB

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

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

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

R = 44.01%
G = 22%
B = 33.99%

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

#F67BBE (or 0xF67BBE) is known color: Persian Pink. HEX triplet: F6, 7B and BE. RGB value is (246,123,190). Sum of RGB (Red+Green+Blue) = 246+123+190=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BBE is #098441. Grayscale: #A7A7A7. Windows color (decimal): -623682 or 12483574. OLE color: 12483574.

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

Color convert

RGB 246 123 190 -
CMYK 0 0.50 0.23 0.04
HSL 327.32º 0.87% 0.72% -
HSV(B) 327.32º 0.5% 0.96% -
XYZ 54.38 37.48 53.08 -
YUV 167.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 246 123 190 0 0.50 0.23 0.04 327.32 0.87 0.72
Hex F6 7B BE 0 32 17 4 147 57 48
Octal 366 173 276 0 62 27 4 507 127 110
Binary 11110110 1111011 10111110 0 110010 10111 100 101000111 1010111 1001000

Color Harmonies of #F67BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67BBE

Black with #F67BBE

Text Example


Text Example

White with #F67BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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