Html Css Color HEX #F67BBF Persian Pink

📋 copy color: '#F67BBF'

red 246 ◦ green 123 ◦ blue 191

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

Shades of Persian Pink #F67BBF

Tints of Persian Pink #F67BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.11%

R = 43.93%
G = 21.96%
B = 34.11%

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

#F67BBF (or 0xF67BBF) is known color: Persian Pink. HEX triplet: F6, 7B and BF. RGB value is (246,123,191). Sum of RGB (Red+Green+Blue) = 246+123+191=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BBF is #098440. Grayscale: #A7A7A7. Windows color (decimal): -623681 or 12549110. OLE color: 12549110.

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

Color convert

RGB 246 123 191 -
CMYK 0 0.50 0.22 0.04
HSL 326.83º 0.87% 0.72% -
HSV(B) 326.83º 0.5% 0.96% -
XYZ 54.49 37.52 53.66 -
YUV 167.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 246 123 191 0 0.50 0.22 0.04 326.83 0.87 0.72
Hex F6 7B BF 0 32 16 4 147 57 48
Octal 366 173 277 0 62 26 4 507 127 110
Binary 11110110 1111011 10111111 0 110010 10110 100 101000111 1010111 1001000

Color Harmonies of #F67BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67BBF

Black with #F67BBF

Text Example


Text Example

White with #F67BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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