Html Css Color HEX #F07FB0 Persian Pink

📋 copy color: '#F07FB0'

red 240 ◦ green 127 ◦ blue 176

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

Shades of Persian Pink #F07FB0

Tints of Persian Pink #F07FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.41%

R = 44.2%
G = 23.39%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F07FB0 (or 0xF07FB0) is known color: Persian Pink. HEX triplet: F0, 7F and B0. RGB value is (240,127,176). Sum of RGB (Red+Green+Blue) = 240+127+176=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07FB0 is #0F804F. Grayscale: #A6A6A6. Windows color (decimal): -1015888 or 11567088. OLE color: 11567088.

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

Color convert

RGB 240 127 176 -
CMYK 0 0.47 0.27 0.06
HSL 333.98º 0.79% 0.72% -
HSV(B) 333.98º 0.47% 0.94% -
XYZ 51.36 36.84 45.48 -
YUV 166.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 240 127 176 0 0.47 0.27 0.06 333.98 0.79 0.72
Hex F0 7F B0 0 2F 1B 6 14E 4F 48
Octal 360 177 260 0 57 33 6 516 117 110
Binary 11110000 1111111 10110000 0 101111 11011 110 101001110 1001111 1001000

Color Harmonies of #F07FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FB0

Black with #F07FB0

Text Example


Text Example

White with #F07FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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