Html Css Color HEX #F377B8 Persian Pink

📋 copy color: '#F377B8'

red 243 ◦ green 119 ◦ blue 184

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

Shades of Persian Pink #F377B8

Tints of Persian Pink #F377B8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.79%

 BLUE value IS 184 (72.27% from 255) = 33.7%

R = 44.51%
G = 21.79%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F377B8 (or 0xF377B8) is known color: Persian Pink. HEX triplet: F3, 77 and B8. RGB value is (243,119,184). Sum of RGB (Red+Green+Blue) = 243+119+184=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F377B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377B8 is #0C8847. Grayscale: #A3A3A3. Windows color (decimal): -821320 or 12089331. OLE color: 12089331.

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

Color convert

RGB 243 119 184 -
CMYK 0 0.51 0.24 0.05
HSL 328.55º 0.84% 0.71% -
HSV(B) 328.55º 0.51% 0.95% -
XYZ 52.21 35.71 49.49 -
YUV 163.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 243 119 184 0 0.51 0.24 0.05 328.55 0.84 0.71
Hex F3 77 B8 0 33 18 5 149 54 47
Octal 363 167 270 0 63 30 5 511 124 107
Binary 11110011 1110111 10111000 0 110011 11000 101 101001001 1010100 1000111

Color Harmonies of #F377B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F377B8

Black with #F377B8

Text Example


Text Example

White with #F377B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F377B8; }

 p { color: rgb(243,119,184); }

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

background-color css

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

 a { background-color: rgb(243,119,184); }

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

border-color css

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

 span { border-color: rgb(243,119,184); }

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