Html Css Color HEX #F775B8 Persian Pink

📋 copy color: '#F775B8'

red 247 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #F775B8

Tints of Persian Pink #F775B8

RGB

 RED value IS 247 (96.88% from 255) = 45.07%

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

 BLUE value IS 184 (72.27% from 255) = 33.58%

R = 45.07%
G = 21.35%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F775B8 (or 0xF775B8) is known color: Persian Pink. HEX triplet: F7, 75 and B8. RGB value is (247,117,184). Sum of RGB (Red+Green+Blue) = 247+117+184=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F775B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775B8 is #088A47. Grayscale: #A3A3A3. Windows color (decimal): -559688 or 12088823. OLE color: 12088823.

HSL color Cylindrical-coordinate representation of color #F775B8: hue angle of 329.08º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F775B8 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 117 184 -
CMYK 0 0.53 0.26 0.03
HSL 329.08º 0.89% 0.71% -
HSV(B) 329.08º 0.53% 0.97% -
XYZ 53.37 35.96 49.47 -
YUV 163.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 247 117 184 0 0.53 0.26 0.03 329.08 0.89 0.71
Hex F7 75 B8 0 35 1A 3 149 59 47
Octal 367 165 270 0 65 32 3 511 131 107
Binary 11110111 1110101 10111000 0 110101 11010 11 101001001 1011001 1000111

Color Harmonies of #F775B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F775B8

Black with #F775B8

Text Example


Text Example

White with #F775B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F775B8; }

 p { color: rgb(247,117,184); }

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

background-color css

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

 a { background-color: rgb(247,117,184); }

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

border-color css

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

 span { border-color: rgb(247,117,184); }

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