Html Css Color HEX #F07BBA Persian Pink

📋 copy color: '#F07BBA'

red 240 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #F07BBA

Tints of Persian Pink #F07BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 43.72%
G = 22.4%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F07BBA (or 0xF07BBA) is known color: Persian Pink. HEX triplet: F0, 7B and BA. RGB value is (240,123,186). Sum of RGB (Red+Green+Blue) = 240+123+186=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BBA is #0F8445. Grayscale: #A5A5A5. Windows color (decimal): -1016902 or 12221424. OLE color: 12221424.

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

Color convert

RGB 240 123 186 -
CMYK 0 0.49 0.22 0.06
HSL 327.69º 0.8% 0.71% -
HSV(B) 327.69º 0.49% 0.94% -
XYZ 51.88 36.24 50.71 -
YUV 165.17 139.76 181.38 -
System Red Green Blue C M Y K H S L
Decimal 240 123 186 0 0.49 0.22 0.06 327.69 0.8 0.71
Hex F0 7B BA 0 31 16 6 148 50 47
Octal 360 173 272 0 61 26 6 510 120 107
Binary 11110000 1111011 10111010 0 110001 10110 110 101001000 1010000 1000111

Color Harmonies of #F07BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BBA

Black with #F07BBA

Text Example


Text Example

White with #F07BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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