Html Css Color HEX #F375BE Persian Pink

📋 copy color: '#F375BE'

red 243 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #F375BE

Tints of Persian Pink #F375BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 44.18%
G = 21.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F375BE (or 0xF375BE) is known color: Persian Pink. HEX triplet: F3, 75 and BE. RGB value is (243,117,190). Sum of RGB (Red+Green+Blue) = 243+117+190=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F375BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375BE is #0C8A41. Grayscale: #A2A2A2. Windows color (decimal): -821826 or 12482035. OLE color: 12482035.

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

Color convert

RGB 243 117 190 -
CMYK 0 0.52 0.22 0.05
HSL 325.24º 0.84% 0.71% -
HSV(B) 325.24º 0.52% 0.95% -
XYZ 52.62 35.49 52.79 -
YUV 163 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 243 117 190 0 0.52 0.22 0.05 325.24 0.84 0.71
Hex F3 75 BE 0 34 16 5 145 54 47
Octal 363 165 276 0 64 26 5 505 124 107
Binary 11110011 1110101 10111110 0 110100 10110 101 101000101 1010100 1000111

Color Harmonies of #F375BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375BE

Black with #F375BE

Text Example


Text Example

White with #F375BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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