Html Css Color HEX #FB75C0 Persian Pink

📋 copy color: '#FB75C0'

red 251 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #FB75C0

Tints of Persian Pink #FB75C0

RGB

 RED value IS 251 (98.44% from 255) = 44.82%

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

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 44.82%
G = 20.89%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB75C0 (or 0xFB75C0) is known color: Persian Pink. HEX triplet: FB, 75 and C0. RGB value is (251,117,192). Sum of RGB (Red+Green+Blue) = 251+117+192=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75C0 is #048A3F. Grayscale: #A5A5A5. Windows color (decimal): -297536 or 12613115. OLE color: 12613115.

HSL color Cylindrical-coordinate representation of color #FB75C0: hue angle of 326.42º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB75C0 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 117 192 -
CMYK 0 0.53 0.24 0.02
HSL 326.42º 0.94% 0.72% -
HSV(B) 326.42º 0.53% 0.98% -
XYZ 55.66 37.04 54.08 -
YUV 165.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 251 117 192 0 0.53 0.24 0.02 326.42 0.94 0.72
Hex FB 75 C0 0 35 18 2 146 5E 48
Octal 373 165 300 0 65 30 2 506 136 110
Binary 11111011 1110101 11000000 0 110101 11000 10 101000110 1011110 1001000

Color Harmonies of #FB75C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB75C0

Black with #FB75C0

Text Example


Text Example

White with #FB75C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB75C0; }

 p { color: rgb(251,117,192); }

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

background-color css

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

 a { background-color: rgb(251,117,192); }

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

border-color css

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

 span { border-color: rgb(251,117,192); }

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