Html Css Color HEX #F375BA Persian Pink

📋 copy color: '#F375BA'

red 243 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #F375BA

Tints of Persian Pink #F375BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.43%

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

R = 44.51%
G = 21.43%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F375BA (or 0xF375BA) is known color: Persian Pink. HEX triplet: F3, 75 and BA. RGB value is (243,117,186). Sum of RGB (Red+Green+Blue) = 243+117+186=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F375BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375BA is #0C8A45. Grayscale: #A2A2A2. Windows color (decimal): -821830 or 12219891. OLE color: 12219891.

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

Color convert

RGB 243 117 186 -
CMYK 0 0.52 0.23 0.05
HSL 327.14º 0.84% 0.71% -
HSV(B) 327.14º 0.52% 0.95% -
XYZ 52.19 35.32 50.52 -
YUV 162.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 243 117 186 0 0.52 0.23 0.05 327.14 0.84 0.71
Hex F3 75 BA 0 34 17 5 147 54 47
Octal 363 165 272 0 64 27 5 507 124 107
Binary 11110011 1110101 10111010 0 110100 10111 101 101000111 1010100 1000111

Color Harmonies of #F375BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375BA

Black with #F375BA

Text Example


Text Example

White with #F375BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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