Html Css Color HEX #F375B2 Persian Pink

📋 copy color: '#F375B2'

red 243 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #F375B2

Tints of Persian Pink #F375B2

RGB

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

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

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

R = 45.17%
G = 21.75%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F375B2 (or 0xF375B2) is known color: Persian Pink. HEX triplet: F3, 75 and B2. RGB value is (243,117,178). Sum of RGB (Red+Green+Blue) = 243+117+178=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F375B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F375B2 is #0C8A4D. Grayscale: #A1A1A1. Windows color (decimal): -821838 or 11695603. OLE color: 11695603.

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

Color convert

RGB 243 117 178 -
CMYK 0 0.52 0.27 0.05
HSL 330.95º 0.84% 0.71% -
HSV(B) 330.95º 0.52% 0.95% -
XYZ 51.36 34.99 46.17 -
YUV 161.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 243 117 178 0 0.52 0.27 0.05 330.95 0.84 0.71
Hex F3 75 B2 0 34 1B 5 14B 54 47
Octal 363 165 262 0 64 33 5 513 124 107
Binary 11110011 1110101 10110010 0 110100 11011 101 101001011 1010100 1000111

Color Harmonies of #F375B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375B2

Black with #F375B2

Text Example


Text Example

White with #F375B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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