Html Css Color HEX #F382BA Persian Pink

📋 copy color: '#F382BA'

red 243 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #F382BA

Tints of Persian Pink #F382BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.26%

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 43.47%
G = 23.26%
B = 33.27%

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

#F382BA (or 0xF382BA) is known color: Persian Pink. HEX triplet: F3, 82 and BA. RGB value is (243,130,186). Sum of RGB (Red+Green+Blue) = 243+130+186=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F382BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382BA is #0C7D45. Grayscale: #AAAAAA. Windows color (decimal): -818502 or 12223219. OLE color: 12223219.

HSL color Cylindrical-coordinate representation of color #F382BA: hue angle of 330.27º degrees, saturation: 0.82, 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 #F382BA is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 130 186 -
CMYK 0 0.47 0.23 0.05
HSL 330.27º 0.82% 0.73% -
HSV(B) 330.27º 0.47% 0.95% -
XYZ 53.81 38.57 51.06 -
YUV 170.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 243 130 186 0 0.47 0.23 0.05 330.27 0.82 0.73
Hex F3 82 BA 0 2F 17 5 14A 52 49
Octal 363 202 272 0 57 27 5 512 122 111
Binary 11110011 10000010 10111010 0 101111 10111 101 101001010 1010010 1001001

Color Harmonies of #F382BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382BA

Black with #F382BA

Text Example


Text Example

White with #F382BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382BA; }

 p { color: rgb(243,130,186); }

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

background-color css

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

 a { background-color: rgb(243,130,186); }

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

border-color css

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

 span { border-color: rgb(243,130,186); }

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