Html Css Color HEX #F07BB3 Persian Pink

📋 copy color: '#F07BB3'

red 240 ◦ green 123 ◦ blue 179

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

Shades of Persian Pink #F07BB3

Tints of Persian Pink #F07BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 44.28%
G = 22.69%
B = 33.03%

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

#F07BB3 (or 0xF07BB3) is known color: Persian Pink. HEX triplet: F0, 7B and B3. RGB value is (240,123,179). Sum of RGB (Red+Green+Blue) = 240+123+179=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BB3 is #0F844C. Grayscale: #A4A4A4. Windows color (decimal): -1016909 or 11762672. OLE color: 11762672.

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

Color convert

RGB 240 123 179 -
CMYK 0 0.49 0.25 0.06
HSL 331.28º 0.8% 0.71% -
HSV(B) 331.28º 0.49% 0.94% -
XYZ 51.15 35.95 46.89 -
YUV 164.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 240 123 179 0 0.49 0.25 0.06 331.28 0.8 0.71
Hex F0 7B B3 0 31 19 6 14B 50 47
Octal 360 173 263 0 61 31 6 513 120 107
Binary 11110000 1111011 10110011 0 110001 11001 110 101001011 1010000 1000111

Color Harmonies of #F07BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BB3

Black with #F07BB3

Text Example


Text Example

White with #F07BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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