Html Css Color HEX #F378BA Persian Pink

📋 copy color: '#F378BA'

red 243 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #F378BA

Tints of Persian Pink #F378BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.86%

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

R = 44.26%
G = 21.86%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F378BA (or 0xF378BA) is known color: Persian Pink. HEX triplet: F3, 78 and BA. RGB value is (243,120,186). Sum of RGB (Red+Green+Blue) = 243+120+186=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F378BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378BA is #0C8745. Grayscale: #A4A4A4. Windows color (decimal): -821062 or 12220659. OLE color: 12220659.

HSL color Cylindrical-coordinate representation of color #F378BA: hue angle of 327.8º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F378BA is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 120 186 -
CMYK 0 0.51 0.23 0.05
HSL 327.8º 0.84% 0.71% -
HSV(B) 327.8º 0.51% 0.95% -
XYZ 52.54 36.03 50.64 -
YUV 164.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 243 120 186 0 0.51 0.23 0.05 327.8 0.84 0.71
Hex F3 78 BA 0 33 17 5 148 54 47
Octal 363 170 272 0 63 27 5 510 124 107
Binary 11110011 1111000 10111010 0 110011 10111 101 101001000 1010100 1000111

Color Harmonies of #F378BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F378BA

Black with #F378BA

Text Example


Text Example

White with #F378BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F378BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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