Html Css Color HEX #F07BB2 Persian Pink

📋 copy color: '#F07BB2'

red 240 ◦ green 123 ◦ blue 178

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

Shades of Persian Pink #F07BB2

Tints of Persian Pink #F07BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 44.36%
G = 22.74%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F07BB2 (or 0xF07BB2) is known color: Persian Pink. HEX triplet: F0, 7B and B2. RGB value is (240,123,178). Sum of RGB (Red+Green+Blue) = 240+123+178=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07BB2 is #0F844D. Grayscale: #A4A4A4. Windows color (decimal): -1016910 or 11697136. OLE color: 11697136.

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

Color convert

RGB 240 123 178 -
CMYK 0 0.49 0.26 0.06
HSL 331.79º 0.8% 0.71% -
HSV(B) 331.79º 0.49% 0.94% -
XYZ 51.05 35.91 46.36 -
YUV 164.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 240 123 178 0 0.49 0.26 0.06 331.79 0.8 0.71
Hex F0 7B B2 0 31 1A 6 14C 50 47
Octal 360 173 262 0 61 32 6 514 120 107
Binary 11110000 1111011 10110010 0 110001 11010 110 101001100 1010000 1000111

Color Harmonies of #F07BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BB2

Black with #F07BB2

Text Example


Text Example

White with #F07BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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