Html Css Color HEX #F075AF Persian Pink

📋 copy color: '#F075AF'

red 240 ◦ green 117 ◦ blue 175

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

Shades of Persian Pink #F075AF

Tints of Persian Pink #F075AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 45.11%
G = 21.99%
B = 32.89%

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

#F075AF (or 0xF075AF) is known color: Persian Pink. HEX triplet: F0, 75 and AF. RGB value is (240,117,175). Sum of RGB (Red+Green+Blue) = 240+117+175=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F075AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F075AF is #0F8A50. Grayscale: #A0A0A0. Windows color (decimal): -1018449 or 11498992. OLE color: 11498992.

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

Color convert

RGB 240 117 175 -
CMYK 0 0.51 0.27 0.06
HSL 331.71º 0.8% 0.7% -
HSV(B) 331.71º 0.51% 0.94% -
XYZ 50.03 34.34 44.55 -
YUV 160.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 240 117 175 0 0.51 0.27 0.06 331.71 0.8 0.7
Hex F0 75 AF 0 33 1B 6 14C 50 46
Octal 360 165 257 0 63 33 6 514 120 106
Binary 11110000 1110101 10101111 0 110011 11011 110 101001100 1010000 1000110

Color Harmonies of #F075AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075AF

Black with #F075AF

Text Example


Text Example

White with #F075AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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