Html Css Color HEX #F07EBF Persian Pink

📋 copy color: '#F07EBF'

red 240 ◦ green 126 ◦ blue 191

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

Shades of Persian Pink #F07EBF

Tints of Persian Pink #F07EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.62%

 BLUE value IS 191 (75% from 255) = 34.29%

R = 43.09%
G = 22.62%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F07EBF (or 0xF07EBF) is known color: Persian Pink. HEX triplet: F0, 7E and BF. RGB value is (240,126,191). Sum of RGB (Red+Green+Blue) = 240+126+191=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EBF is #0F8140. Grayscale: #A7A7A7. Windows color (decimal): -1016129 or 12549872. OLE color: 12549872.

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

Color convert

RGB 240 126 191 -
CMYK 0 0.48 0.20 0.06
HSL 325.79º 0.79% 0.72% -
HSV(B) 325.79º 0.48% 0.94% -
XYZ 52.8 37.21 53.69 -
YUV 167.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 240 126 191 0 0.48 0.20 0.06 325.79 0.79 0.72
Hex F0 7E BF 0 30 14 6 146 4F 48
Octal 360 176 277 0 60 24 6 506 117 110
Binary 11110000 1111110 10111111 0 110000 10100 110 101000110 1001111 1001000

Color Harmonies of #F07EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EBF

Black with #F07EBF

Text Example


Text Example

White with #F07EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EBF; }

 p { color: rgb(240,126,191); }

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

background-color css

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

 a { background-color: rgb(240,126,191); }

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

border-color css

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

 span { border-color: rgb(240,126,191); }

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