Html Css Color HEX #F07BC5 Persian Pink

📋 copy color: '#F07BC5'

red 240 ◦ green 123 ◦ blue 197

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

Shades of Persian Pink #F07BC5

Tints of Persian Pink #F07BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.18%

R = 42.86%
G = 21.96%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F07BC5 (or 0xF07BC5) is known color: Persian Pink. HEX triplet: F0, 7B and C5. RGB value is (240,123,197). Sum of RGB (Red+Green+Blue) = 240+123+197=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BC5 is #0F843A. Grayscale: #A6A6A6. Windows color (decimal): -1016891 or 12942320. OLE color: 12942320.

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

Color convert

RGB 240 123 197 -
CMYK 0 0.49 0.18 0.06
HSL 322.05º 0.8% 0.71% -
HSV(B) 322.05º 0.49% 0.94% -
XYZ 53.1 36.72 57.11 -
YUV 166.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 240 123 197 0 0.49 0.18 0.06 322.05 0.8 0.71
Hex F0 7B C5 0 31 12 6 142 50 47
Octal 360 173 305 0 61 22 6 502 120 107
Binary 11110000 1111011 11000101 0 110001 10010 110 101000010 1010000 1000111

Color Harmonies of #F07BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BC5

Black with #F07BC5

Text Example


Text Example

White with #F07BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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