Html Css Color HEX #F378B2 Persian Pink

📋 copy color: '#F378B2'

red 243 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #F378B2

Tints of Persian Pink #F378B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 44.92%
G = 22.18%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F378B2 (or 0xF378B2) is known color: Persian Pink. HEX triplet: F3, 78 and B2. RGB value is (243,120,178). Sum of RGB (Red+Green+Blue) = 243+120+178=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F378B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F378B2 is #0C874D. Grayscale: #A3A3A3. Windows color (decimal): -821070 or 11696371. OLE color: 11696371.

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

Color convert

RGB 243 120 178 -
CMYK 0 0.51 0.27 0.05
HSL 331.71º 0.84% 0.71% -
HSV(B) 331.71º 0.51% 0.95% -
XYZ 51.71 35.7 46.29 -
YUV 163.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 243 120 178 0 0.51 0.27 0.05 331.71 0.84 0.71
Hex F3 78 B2 0 33 1B 5 14C 54 47
Octal 363 170 262 0 63 33 5 514 124 107
Binary 11110011 1111000 10110010 0 110011 11011 101 101001100 1010100 1000111

Color Harmonies of #F378B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F378B2

Black with #F378B2

Text Example


Text Example

White with #F378B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F378B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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