Html Css Color HEX #F075B0 Persian Pink

📋 copy color: '#F075B0'

red 240 ◦ green 117 ◦ blue 176

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

Shades of Persian Pink #F075B0

Tints of Persian Pink #F075B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.02%

R = 45.03%
G = 21.95%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F075B0 (or 0xF075B0) is known color: Persian Pink. HEX triplet: F0, 75 and B0. RGB value is (240,117,176). Sum of RGB (Red+Green+Blue) = 240+117+176=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F075B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F075B0 is #0F8A4F. Grayscale: #A0A0A0. Windows color (decimal): -1018448 or 11564528. OLE color: 11564528.

HSL color Cylindrical-coordinate representation of color #F075B0: hue angle of 331.22º 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 #F075B0 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 176 -
CMYK 0 0.51 0.27 0.06
HSL 331.22º 0.8% 0.7% -
HSV(B) 331.22º 0.51% 0.94% -
XYZ 50.13 34.38 45.07 -
YUV 160.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 240 117 176 0 0.51 0.27 0.06 331.22 0.8 0.7
Hex F0 75 B0 0 33 1B 6 14B 50 46
Octal 360 165 260 0 63 33 6 513 120 106
Binary 11110000 1110101 10110000 0 110011 11011 110 101001011 1010000 1000110

Color Harmonies of #F075B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075B0

Black with #F075B0

Text Example


Text Example

White with #F075B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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