Html Css Color HEX #F675BA Persian Pink

📋 copy color: '#F675BA'

red 246 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #F675BA

Tints of Persian Pink #F675BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 44.81%
G = 21.31%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F675BA (or 0xF675BA) is known color: Persian Pink. HEX triplet: F6, 75 and BA. RGB value is (246,117,186). Sum of RGB (Red+Green+Blue) = 246+117+186=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F675BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675BA is #098A45. Grayscale: #A3A3A3. Windows color (decimal): -625222 or 12219894. OLE color: 12219894.

HSL color Cylindrical-coordinate representation of color #F675BA: hue angle of 327.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F675BA is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 117 186 -
CMYK 0 0.52 0.24 0.04
HSL 327.91º 0.88% 0.71% -
HSV(B) 327.91º 0.52% 0.96% -
XYZ 53.23 35.86 50.57 -
YUV 163.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 246 117 186 0 0.52 0.24 0.04 327.91 0.88 0.71
Hex F6 75 BA 0 34 18 4 148 58 47
Octal 366 165 272 0 64 30 4 510 130 107
Binary 11110110 1110101 10111010 0 110100 11000 100 101001000 1011000 1000111

Color Harmonies of #F675BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F675BA

Black with #F675BA

Text Example


Text Example

White with #F675BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F675BA; }

 p { color: rgb(246,117,186); }

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

background-color css

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

 a { background-color: rgb(246,117,186); }

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

border-color css

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

 span { border-color: rgb(246,117,186); }

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