Html Css Color HEX #F375B5 Persian Pink

📋 copy color: '#F375B5'

red 243 ◦ green 117 ◦ blue 181

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

Shades of Persian Pink #F375B5

Tints of Persian Pink #F375B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 44.92%
G = 21.63%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F375B5 (or 0xF375B5) is known color: Persian Pink. HEX triplet: F3, 75 and B5. RGB value is (243,117,181). Sum of RGB (Red+Green+Blue) = 243+117+181=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F375B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375B5 is #0C8A4A. Grayscale: #A1A1A1. Windows color (decimal): -821835 or 11892211. OLE color: 11892211.

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

Color convert

RGB 243 117 181 -
CMYK 0 0.52 0.26 0.05
HSL 329.52º 0.84% 0.71% -
HSV(B) 329.52º 0.52% 0.95% -
XYZ 51.66 35.11 47.77 -
YUV 161.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 243 117 181 0 0.52 0.26 0.05 329.52 0.84 0.71
Hex F3 75 B5 0 34 1A 5 14A 54 47
Octal 363 165 265 0 64 32 5 512 124 107
Binary 11110011 1110101 10110101 0 110100 11010 101 101001010 1010100 1000111

Color Harmonies of #F375B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375B5

Black with #F375B5

Text Example


Text Example

White with #F375B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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