Html Css Color HEX #F07BC1 Persian Pink

📋 copy color: '#F07BC1'

red 240 ◦ green 123 ◦ blue 193

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

Shades of Persian Pink #F07BC1

Tints of Persian Pink #F07BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.71%

R = 43.17%
G = 22.12%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F07BC1 (or 0xF07BC1) is known color: Persian Pink. HEX triplet: F0, 7B and C1. RGB value is (240,123,193). Sum of RGB (Red+Green+Blue) = 240+123+193=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BC1 is #0F843E. Grayscale: #A5A5A5. Windows color (decimal): -1016895 or 12680176. OLE color: 12680176.

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

Color convert

RGB 240 123 193 -
CMYK 0 0.49 0.20 0.06
HSL 324.1º 0.8% 0.71% -
HSV(B) 324.1º 0.49% 0.94% -
XYZ 52.64 36.54 54.73 -
YUV 165.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 240 123 193 0 0.49 0.20 0.06 324.1 0.8 0.71
Hex F0 7B C1 0 31 14 6 144 50 47
Octal 360 173 301 0 61 24 6 504 120 107
Binary 11110000 1111011 11000001 0 110001 10100 110 101000100 1010000 1000111

Color Harmonies of #F07BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BC1

Black with #F07BC1

Text Example


Text Example

White with #F07BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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