Html Css Color HEX #F075BE Persian Pink

📋 copy color: '#F075BE'

red 240 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #F075BE

Tints of Persian Pink #F075BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 43.88%
G = 21.39%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F075BE (or 0xF075BE) is known color: Persian Pink. HEX triplet: F0, 75 and BE. RGB value is (240,117,190). Sum of RGB (Red+Green+Blue) = 240+117+190=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F075BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075BE is #0F8A41. Grayscale: #A1A1A1. Windows color (decimal): -1018434 or 12482032. OLE color: 12482032.

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

Color convert

RGB 240 117 190 -
CMYK 0 0.51 0.21 0.06
HSL 324.39º 0.8% 0.7% -
HSV(B) 324.39º 0.51% 0.94% -
XYZ 51.59 34.97 52.75 -
YUV 162.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 240 117 190 0 0.51 0.21 0.06 324.39 0.8 0.7
Hex F0 75 BE 0 33 15 6 144 50 46
Octal 360 165 276 0 63 25 6 504 120 106
Binary 11110000 1110101 10111110 0 110011 10101 110 101000100 1010000 1000110

Color Harmonies of #F075BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075BE

Black with #F075BE

Text Example


Text Example

White with #F075BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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