Html Css Color HEX #F378BB Persian Pink

📋 copy color: '#F378BB'

red 243 ◦ green 120 ◦ blue 187

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

Shades of Persian Pink #F378BB

Tints of Persian Pink #F378BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34%

R = 44.18%
G = 21.82%
B = 34%

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

#F378BB (or 0xF378BB) is known color: Persian Pink. HEX triplet: F3, 78 and BB. RGB value is (243,120,187). Sum of RGB (Red+Green+Blue) = 243+120+187=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F378BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378BB is #0C8744. Grayscale: #A4A4A4. Windows color (decimal): -821061 or 12286195. OLE color: 12286195.

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

Color convert

RGB 243 120 187 -
CMYK 0 0.51 0.23 0.05
HSL 327.32º 0.84% 0.71% -
HSV(B) 327.32º 0.51% 0.95% -
XYZ 52.65 36.08 51.2 -
YUV 164.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 243 120 187 0 0.51 0.23 0.05 327.32 0.84 0.71
Hex F3 78 BB 0 33 17 5 147 54 47
Octal 363 170 273 0 63 27 5 507 124 107
Binary 11110011 1111000 10111011 0 110011 10111 101 101000111 1010100 1000111

Color Harmonies of #F378BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F378BB

Black with #F378BB

Text Example


Text Example

White with #F378BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F378BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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