Html Css Color HEX #F07BAE Persian Pink

📋 copy color: '#F07BAE'

red 240 ◦ green 123 ◦ blue 174

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

Shades of Persian Pink #F07BAE

Tints of Persian Pink #F07BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.91%

 BLUE value IS 174 (68.36% from 255) = 32.4%

R = 44.69%
G = 22.91%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F07BAE (or 0xF07BAE) is known color: Persian Pink. HEX triplet: F0, 7B and AE. RGB value is (240,123,174). Sum of RGB (Red+Green+Blue) = 240+123+174=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07BAE is #0F8451. Grayscale: #A3A3A3. Windows color (decimal): -1016914 or 11434992. OLE color: 11434992.

HSL color Cylindrical-coordinate representation of color #F07BAE: hue angle of 333.85º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BAE is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 123 174 -
CMYK 0 0.49 0.28 0.06
HSL 333.85º 0.8% 0.71% -
HSV(B) 333.85º 0.49% 0.94% -
XYZ 50.66 35.75 44.27 -
YUV 163.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 240 123 174 0 0.49 0.28 0.06 333.85 0.8 0.71
Hex F0 7B AE 0 31 1C 6 14E 50 47
Octal 360 173 256 0 61 34 6 516 120 107
Binary 11110000 1111011 10101110 0 110001 11100 110 101001110 1010000 1000111

Color Harmonies of #F07BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BAE

Black with #F07BAE

Text Example


Text Example

White with #F07BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BAE; }

 p { color: rgb(240,123,174); }

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

background-color css

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

 a { background-color: rgb(240,123,174); }

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

border-color css

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

 span { border-color: rgb(240,123,174); }

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