Html Css Color HEX #F380B0 Persian Pink

📋 copy color: '#F380B0'

red 243 ◦ green 128 ◦ blue 176

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

Shades of Persian Pink #F380B0

Tints of Persian Pink #F380B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.18%

R = 44.42%
G = 23.4%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F380B0 (or 0xF380B0) is known color: Persian Pink. HEX triplet: F3, 80 and B0. RGB value is (243,128,176). Sum of RGB (Red+Green+Blue) = 243+128+176=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F380B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F380B0 is #0C7F4F. Grayscale: #A7A7A7. Windows color (decimal): -819024 or 11567347. OLE color: 11567347.

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

Color convert

RGB 243 128 176 -
CMYK 0 0.47 0.28 0.05
HSL 334.96º 0.83% 0.73% -
HSV(B) 334.96º 0.47% 0.95% -
XYZ 52.52 37.63 45.57 -
YUV 167.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 243 128 176 0 0.47 0.28 0.05 334.96 0.83 0.73
Hex F3 80 B0 0 2F 1C 5 14F 53 49
Octal 363 200 260 0 57 34 5 517 123 111
Binary 11110011 10000000 10110000 0 101111 11100 101 101001111 1010011 1001001

Color Harmonies of #F380B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380B0

Black with #F380B0

Text Example


Text Example

White with #F380B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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