Html Css Color HEX #F375B9 Persian Pink

📋 copy color: '#F375B9'

red 243 ◦ green 117 ◦ blue 185

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

Shades of Persian Pink #F375B9

Tints of Persian Pink #F375B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.94%

R = 44.59%
G = 21.47%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F375B9 (or 0xF375B9) is known color: Persian Pink. HEX triplet: F3, 75 and B9. RGB value is (243,117,185). Sum of RGB (Red+Green+Blue) = 243+117+185=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F375B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375B9 is #0C8A46. Grayscale: #A2A2A2. Windows color (decimal): -821831 or 12154355. OLE color: 12154355.

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

Color convert

RGB 243 117 185 -
CMYK 0 0.52 0.24 0.05
HSL 327.62º 0.84% 0.71% -
HSV(B) 327.62º 0.52% 0.95% -
XYZ 52.08 35.28 49.96 -
YUV 162.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 243 117 185 0 0.52 0.24 0.05 327.62 0.84 0.71
Hex F3 75 B9 0 34 18 5 148 54 47
Octal 363 165 271 0 64 30 5 510 124 107
Binary 11110011 1110101 10111001 0 110100 11000 101 101001000 1010100 1000111

Color Harmonies of #F375B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375B9

Black with #F375B9

Text Example


Text Example

White with #F375B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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