Html Css Color HEX #F075B1 Persian Pink

📋 copy color: '#F075B1'

red 240 ◦ green 117 ◦ blue 177

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

Shades of Persian Pink #F075B1

Tints of Persian Pink #F075B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.15%

R = 44.94%
G = 21.91%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F075B1 (or 0xF075B1) is known color: Persian Pink. HEX triplet: F0, 75 and B1. RGB value is (240,117,177). Sum of RGB (Red+Green+Blue) = 240+117+177=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F075B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F075B1 is #0F8A4E. Grayscale: #A0A0A0. Windows color (decimal): -1018447 or 11630064. OLE color: 11630064.

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

Color convert

RGB 240 117 177 -
CMYK 0 0.51 0.26 0.06
HSL 330.73º 0.8% 0.7% -
HSV(B) 330.73º 0.51% 0.94% -
XYZ 50.23 34.42 45.59 -
YUV 160.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 240 117 177 0 0.51 0.26 0.06 330.73 0.8 0.7
Hex F0 75 B1 0 33 1A 6 14B 50 46
Octal 360 165 261 0 63 32 6 513 120 106
Binary 11110000 1110101 10110001 0 110011 11010 110 101001011 1010000 1000110

Color Harmonies of #F075B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075B1

Black with #F075B1

Text Example


Text Example

White with #F075B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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