Html Css Color HEX #F380BE Persian Pink

📋 copy color: '#F380BE'

red 243 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #F380BE

Tints of Persian Pink #F380BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.82%

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

R = 43.32%
G = 22.82%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F380BE (or 0xF380BE) is known color: Persian Pink. HEX triplet: F3, 80 and BE. RGB value is (243,128,190). Sum of RGB (Red+Green+Blue) = 243+128+190=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F380BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380BE is #0C7F41. Grayscale: #A9A9A9. Windows color (decimal): -819010 or 12484851. OLE color: 12484851.

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

Color convert

RGB 243 128 190 -
CMYK 0 0.47 0.22 0.05
HSL 327.65º 0.83% 0.73% -
HSV(B) 327.65º 0.47% 0.95% -
XYZ 53.98 38.21 53.25 -
YUV 169.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 243 128 190 0 0.47 0.22 0.05 327.65 0.83 0.73
Hex F3 80 BE 0 2F 16 5 148 53 49
Octal 363 200 276 0 57 26 5 510 123 111
Binary 11110011 10000000 10111110 0 101111 10110 101 101001000 1010011 1001001

Color Harmonies of #F380BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380BE

Black with #F380BE

Text Example


Text Example

White with #F380BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380BE; }

 p { color: rgb(243,128,190); }

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

background-color css

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

 a { background-color: rgb(243,128,190); }

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

border-color css

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

 span { border-color: rgb(243,128,190); }

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