Html Css Color HEX #F381BB Persian Pink

📋 copy color: '#F381BB'

red 243 ◦ green 129 ◦ blue 187

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

Shades of Persian Pink #F381BB

Tints of Persian Pink #F381BB

RGB

 RED value IS 243 (95.31% from 255) = 43.47%

 GREEN value IS 129 (50.78% from 255) = 23.08%

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 43.47%
G = 23.08%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F381BB (or 0xF381BB) is known color: Persian Pink. HEX triplet: F3, 81 and BB. RGB value is (243,129,187). Sum of RGB (Red+Green+Blue) = 243+129+187=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F381BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381BB is #0C7E44. Grayscale: #A9A9A9. Windows color (decimal): -818757 or 12288499. OLE color: 12288499.

HSL color Cylindrical-coordinate representation of color #F381BB: hue angle of 329.47º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381BB is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 129 187 -
CMYK 0 0.47 0.23 0.05
HSL 329.47º 0.83% 0.73% -
HSV(B) 329.47º 0.47% 0.95% -
XYZ 53.78 38.34 51.58 -
YUV 169.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 243 129 187 0 0.47 0.23 0.05 329.47 0.83 0.73
Hex F3 81 BB 0 2F 17 5 149 53 49
Octal 363 201 273 0 57 27 5 511 123 111
Binary 11110011 10000001 10111011 0 101111 10111 101 101001001 1010011 1001001

Color Harmonies of #F381BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381BB

Black with #F381BB

Text Example


Text Example

White with #F381BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381BB; }

 p { color: rgb(243,129,187); }

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

background-color css

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

 a { background-color: rgb(243,129,187); }

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

border-color css

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

 span { border-color: rgb(243,129,187); }

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