Html Css Color HEX #F07FB9 Persian Pink

📋 copy color: '#F07FB9'

red 240 ◦ green 127 ◦ blue 185

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

Shades of Persian Pink #F07FB9

Tints of Persian Pink #F07FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

 BLUE value IS 185 (72.66% from 255) = 33.51%

R = 43.48%
G = 23.01%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F07FB9 (or 0xF07FB9) is known color: Persian Pink. HEX triplet: F0, 7F and B9. RGB value is (240,127,185). Sum of RGB (Red+Green+Blue) = 240+127+185=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FB9 is #0F8046. Grayscale: #A7A7A7. Windows color (decimal): -1015879 or 12156912. OLE color: 12156912.

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

Color convert

RGB 240 127 185 -
CMYK 0 0.47 0.23 0.06
HSL 329.2º 0.79% 0.72% -
HSV(B) 329.2º 0.47% 0.94% -
XYZ 52.28 37.21 50.33 -
YUV 167.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 240 127 185 0 0.47 0.23 0.06 329.2 0.79 0.72
Hex F0 7F B9 0 2F 17 6 149 4F 48
Octal 360 177 271 0 57 27 6 511 117 110
Binary 11110000 1111111 10111001 0 101111 10111 110 101001001 1001111 1001000

Color Harmonies of #F07FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FB9

Black with #F07FB9

Text Example


Text Example

White with #F07FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FB9; }

 p { color: rgb(240,127,185); }

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

background-color css

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

 a { background-color: rgb(240,127,185); }

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

border-color css

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

 span { border-color: rgb(240,127,185); }

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