Html Css Color HEX #F375B4 Persian Pink

📋 copy color: '#F375B4'

red 243 ◦ green 117 ◦ blue 180

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

Shades of Persian Pink #F375B4

Tints of Persian Pink #F375B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.33%

R = 45%
G = 21.67%
B = 33.33%

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

#F375B4 (or 0xF375B4) is known color: Persian Pink. HEX triplet: F3, 75 and B4. RGB value is (243,117,180). Sum of RGB (Red+Green+Blue) = 243+117+180=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F375B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375B4 is #0C8A4B. Grayscale: #A1A1A1. Windows color (decimal): -821836 or 11826675. OLE color: 11826675.

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

Color convert

RGB 243 117 180 -
CMYK 0 0.52 0.26 0.05
HSL 330º 0.84% 0.71% -
HSV(B) 330º 0.52% 0.95% -
XYZ 51.56 35.07 47.23 -
YUV 161.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 243 117 180 0 0.52 0.26 0.05 330 0.84 0.71
Hex F3 75 B4 0 34 1A 5 14A 54 47
Octal 363 165 264 0 64 32 5 512 124 107
Binary 11110011 1110101 10110100 0 110100 11010 101 101001010 1010100 1000111

Color Harmonies of #F375B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375B4

Black with #F375B4

Text Example


Text Example

White with #F375B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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