Html Css Color HEX #F380B5 Persian Pink

📋 copy color: '#F380B5'

red 243 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #F380B5

Tints of Persian Pink #F380B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.79%

R = 44.02%
G = 23.19%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F380B5 (or 0xF380B5) is known color: Persian Pink. HEX triplet: F3, 80 and B5. RGB value is (243,128,181). Sum of RGB (Red+Green+Blue) = 243+128+181=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F380B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380B5 is #0C7F4A. Grayscale: #A8A8A8. Windows color (decimal): -819019 or 11895027. OLE color: 11895027.

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

Color convert

RGB 243 128 181 -
CMYK 0 0.47 0.26 0.05
HSL 332.35º 0.83% 0.73% -
HSV(B) 332.35º 0.47% 0.95% -
XYZ 53.02 37.83 48.22 -
YUV 168.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 243 128 181 0 0.47 0.26 0.05 332.35 0.83 0.73
Hex F3 80 B5 0 2F 1A 5 14C 53 49
Octal 363 200 265 0 57 32 5 514 123 111
Binary 11110011 10000000 10110101 0 101111 11010 101 101001100 1010011 1001001

Color Harmonies of #F380B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380B5

Black with #F380B5

Text Example


Text Example

White with #F380B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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