Html Css Color HEX #F075BC Persian Pink

📋 copy color: '#F075BC'

red 240 ◦ green 117 ◦ blue 188

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

Shades of Persian Pink #F075BC

Tints of Persian Pink #F075BC

RGB

 RED value IS 240 (94.14% from 255) = 44.04%

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

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 44.04%
G = 21.47%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F075BC (or 0xF075BC) is known color: Persian Pink. HEX triplet: F0, 75 and BC. RGB value is (240,117,188). Sum of RGB (Red+Green+Blue) = 240+117+188=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F075BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075BC is #0F8A43. Grayscale: #A1A1A1. Windows color (decimal): -1018436 or 12350960. OLE color: 12350960.

HSL color Cylindrical-coordinate representation of color #F075BC: hue angle of 325.37º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075BC is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 188 -
CMYK 0 0.51 0.22 0.06
HSL 325.37º 0.8% 0.7% -
HSV(B) 325.37º 0.51% 0.94% -
XYZ 51.37 34.88 51.6 -
YUV 161.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 240 117 188 0 0.51 0.22 0.06 325.37 0.8 0.7
Hex F0 75 BC 0 33 16 6 145 50 46
Octal 360 165 274 0 63 26 6 505 120 106
Binary 11110000 1110101 10111100 0 110011 10110 110 101000101 1010000 1000110

Color Harmonies of #F075BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075BC

Black with #F075BC

Text Example


Text Example

White with #F075BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075BC; }

 p { color: rgb(240,117,188); }

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

background-color css

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

 a { background-color: rgb(240,117,188); }

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

border-color css

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

 span { border-color: rgb(240,117,188); }

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