Html Css Color HEX #F380B6 Persian Pink

📋 copy color: '#F380B6'

red 243 ◦ green 128 ◦ blue 182

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

Shades of Persian Pink #F380B6

Tints of Persian Pink #F380B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.91%

R = 43.94%
G = 23.15%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F380B6 (or 0xF380B6) is known color: Persian Pink. HEX triplet: F3, 80 and B6. RGB value is (243,128,182). Sum of RGB (Red+Green+Blue) = 243+128+182=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F380B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380B6 is #0C7F49. Grayscale: #A8A8A8. Windows color (decimal): -819018 or 11960563. OLE color: 11960563.

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

Color convert

RGB 243 128 182 -
CMYK 0 0.47 0.25 0.05
HSL 331.83º 0.83% 0.73% -
HSV(B) 331.83º 0.47% 0.95% -
XYZ 53.12 37.87 48.77 -
YUV 168.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 243 128 182 0 0.47 0.25 0.05 331.83 0.83 0.73
Hex F3 80 B6 0 2F 19 5 14C 53 49
Octal 363 200 266 0 57 31 5 514 123 111
Binary 11110011 10000000 10110110 0 101111 11001 101 101001100 1010011 1001001

Color Harmonies of #F380B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380B6

Black with #F380B6

Text Example


Text Example

White with #F380B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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