Html Css Color HEX #F67FB7 Persian Pink

📋 copy color: '#F67FB7'

red 246 ◦ green 127 ◦ blue 183

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

Shades of Persian Pink #F67FB7

Tints of Persian Pink #F67FB7

RGB

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

 GREEN value IS 127 (50% from 255) = 22.84%

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 44.24%
G = 22.84%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F67FB7 (or 0xF67FB7) is known color: Persian Pink. HEX triplet: F6, 7F and B7. RGB value is (246,127,183). Sum of RGB (Red+Green+Blue) = 246+127+183=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FB7 is #098048. Grayscale: #A8A8A8. Windows color (decimal): -622665 or 12025846. OLE color: 12025846.

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

Color convert

RGB 246 127 183 -
CMYK 0 0.48 0.26 0.04
HSL 331.76º 0.87% 0.73% -
HSV(B) 331.76º 0.48% 0.96% -
XYZ 54.14 38.19 49.32 -
YUV 168.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 246 127 183 0 0.48 0.26 0.04 331.76 0.87 0.73
Hex F6 7F B7 0 30 1A 4 14C 57 49
Octal 366 177 267 0 60 32 4 514 127 111
Binary 11110110 1111111 10110111 0 110000 11010 100 101001100 1010111 1001001

Color Harmonies of #F67FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FB7

Black with #F67FB7

Text Example


Text Example

White with #F67FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FB7; }

 p { color: rgb(246,127,183); }

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

background-color css

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

 a { background-color: rgb(246,127,183); }

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

border-color css

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

 span { border-color: rgb(246,127,183); }

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