Html Css Color HEX #F07BB5 Persian Pink

📋 copy color: '#F07BB5'

red 240 ◦ green 123 ◦ blue 181

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

Shades of Persian Pink #F07BB5

Tints of Persian Pink #F07BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.27%

R = 44.12%
G = 22.61%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F07BB5 (or 0xF07BB5) is known color: Persian Pink. HEX triplet: F0, 7B and B5. RGB value is (240,123,181). Sum of RGB (Red+Green+Blue) = 240+123+181=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BB5 is #0F844A. Grayscale: #A4A4A4. Windows color (decimal): -1016907 or 11893744. OLE color: 11893744.

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

Color convert

RGB 240 123 181 -
CMYK 0 0.49 0.25 0.06
HSL 330.26º 0.8% 0.71% -
HSV(B) 330.26º 0.49% 0.94% -
XYZ 51.36 36.03 47.96 -
YUV 164.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 240 123 181 0 0.49 0.25 0.06 330.26 0.8 0.71
Hex F0 7B B5 0 31 19 6 14A 50 47
Octal 360 173 265 0 61 31 6 512 120 107
Binary 11110000 1111011 10110101 0 110001 11001 110 101001010 1010000 1000111

Color Harmonies of #F07BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BB5

Black with #F07BB5

Text Example


Text Example

White with #F07BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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