Html Css Color HEX #F07CBC Persian Pink

📋 copy color: '#F07CBC'

red 240 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #F07CBC

Tints of Persian Pink #F07CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.46%

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 43.48%
G = 22.46%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F07CBC (or 0xF07CBC) is known color: Persian Pink. HEX triplet: F0, 7C and BC. RGB value is (240,124,188). Sum of RGB (Red+Green+Blue) = 240+124+188=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CBC is #0F8343. Grayscale: #A5A5A5. Windows color (decimal): -1016644 or 12352752. OLE color: 12352752.

HSL color Cylindrical-coordinate representation of color #F07CBC: hue angle of 326.9º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CBC is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 124 188 -
CMYK 0 0.48 0.22 0.06
HSL 326.9º 0.79% 0.71% -
HSV(B) 326.9º 0.48% 0.94% -
XYZ 52.22 36.57 51.88 -
YUV 165.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 240 124 188 0 0.48 0.22 0.06 326.9 0.79 0.71
Hex F0 7C BC 0 30 16 6 147 4F 47
Octal 360 174 274 0 60 26 6 507 117 107
Binary 11110000 1111100 10111100 0 110000 10110 110 101000111 1001111 1000111

Color Harmonies of #F07CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CBC

Black with #F07CBC

Text Example


Text Example

White with #F07CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CBC; }

 p { color: rgb(240,124,188); }

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

background-color css

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

 a { background-color: rgb(240,124,188); }

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

border-color css

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

 span { border-color: rgb(240,124,188); }

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