Html Css Color HEX #FF7BBE Persian Pink

📋 copy color: '#FF7BBE'

red 255 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #FF7BBE

Tints of Persian Pink #FF7BBE

RGB

 RED value IS 255 (100% from 255) = 44.89%

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

 BLUE value IS 190 (74.61% from 255) = 33.45%

R = 44.89%
G = 21.65%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF7BBE (or 0xFF7BBE) is known color: Persian Pink. HEX triplet: FF, 7B and BE. RGB value is (255,123,190). Sum of RGB (Red+Green+Blue) = 255+123+190=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BBE is #008441. Grayscale: #A9A9A9. Windows color (decimal): -33858 or 12483583. OLE color: 12483583.

HSL color Cylindrical-coordinate representation of color #FF7BBE: hue angle of 329.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BBE is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 123 190 -
CMYK 0 0.52 0.25 0
HSL 329.55º 1% 0.74% -
HSV(B) 329.55º 0.52% 1% -
XYZ 57.62 39.14 53.23 -
YUV 170.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 255 123 190 0 0.52 0.25 0 329.55 1 0.74
Hex FF 7B BE 0 34 19 0 14A 64 4A
Octal 377 173 276 0 64 31 0 512 144 112
Binary 11111111 1111011 10111110 0 110100 11001 0 101001010 1100100 1001010

Color Harmonies of #FF7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7BBE

Black with #FF7BBE

Text Example


Text Example

White with #FF7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7BBE; }

 p { color: rgb(255,123,190); }

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

background-color css

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

 a { background-color: rgb(255,123,190); }

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

border-color css

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

 span { border-color: rgb(255,123,190); }

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