Html Css Color HEX #F07DAF Persian Pink

📋 copy color: '#F07DAF'

red 240 ◦ green 125 ◦ blue 175

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

Shades of Persian Pink #F07DAF

Tints of Persian Pink #F07DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.15%

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

R = 44.44%
G = 23.15%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F07DAF (or 0xF07DAF) is known color: Persian Pink. HEX triplet: F0, 7D and AF. RGB value is (240,125,175). Sum of RGB (Red+Green+Blue) = 240+125+175=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07DAF is #0F8250. Grayscale: #A5A5A5. Windows color (decimal): -1016401 or 11501040. OLE color: 11501040.

HSL color Cylindrical-coordinate representation of color #F07DAF: hue angle of 333.91º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07DAF is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 125 175 -
CMYK 0 0.48 0.27 0.06
HSL 333.91º 0.79% 0.72% -
HSV(B) 333.91º 0.48% 0.94% -
XYZ 51.01 36.29 44.87 -
YUV 165.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 240 125 175 0 0.48 0.27 0.06 333.91 0.79 0.72
Hex F0 7D AF 0 30 1B 6 14E 4F 48
Octal 360 175 257 0 60 33 6 516 117 110
Binary 11110000 1111101 10101111 0 110000 11011 110 101001110 1001111 1001000

Color Harmonies of #F07DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DAF

Black with #F07DAF

Text Example


Text Example

White with #F07DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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