Html Css Color HEX #FF83BC Persian Pink

📋 copy color: '#FF83BC'

red 255 ◦ green 131 ◦ blue 188

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

Shades of Persian Pink #FF83BC

Tints of Persian Pink #FF83BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.82%

 BLUE value IS 188 (73.83% from 255) = 32.75%

R = 44.43%
G = 22.82%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FF83BC (or 0xFF83BC) is known color: Persian Pink. HEX triplet: FF, 83 and BC. RGB value is (255,131,188). Sum of RGB (Red+Green+Blue) = 255+131+188=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83BC is #007C43. Grayscale: #AEAEAE. Windows color (decimal): -31812 or 12354559. OLE color: 12354559.

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

Color convert

RGB 255 131 188 -
CMYK 0 0.49 0.26 0
HSL 332.42º 1% 0.76% -
HSV(B) 332.42º 0.49% 1% -
XYZ 58.43 41.12 52.43 -
YUV 174.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 255 131 188 0 0.49 0.26 0 332.42 1 0.76
Hex FF 83 BC 0 31 1A 0 14C 64 4C
Octal 377 203 274 0 61 32 0 514 144 114
Binary 11111111 10000011 10111100 0 110001 11010 0 101001100 1100100 1001100

Color Harmonies of #FF83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF83BC

Black with #FF83BC

Text Example


Text Example

White with #FF83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF83BC; }

 p { color: rgb(255,131,188); }

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

background-color css

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

 a { background-color: rgb(255,131,188); }

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

border-color css

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

 span { border-color: rgb(255,131,188); }

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