Html Css Color HEX #F07FB2 Persian Pink

📋 copy color: '#F07FB2'

red 240 ◦ green 127 ◦ blue 178

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

Shades of Persian Pink #F07FB2

Tints of Persian Pink #F07FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 44.04%
G = 23.3%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F07FB2 (or 0xF07FB2) is known color: Persian Pink. HEX triplet: F0, 7F and B2. RGB value is (240,127,178). Sum of RGB (Red+Green+Blue) = 240+127+178=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07FB2 is #0F804D. Grayscale: #A6A6A6. Windows color (decimal): -1015886 or 11698160. OLE color: 11698160.

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

Color convert

RGB 240 127 178 -
CMYK 0 0.47 0.26 0.06
HSL 332.92º 0.79% 0.72% -
HSV(B) 332.92º 0.47% 0.94% -
XYZ 51.56 36.92 46.53 -
YUV 166.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 240 127 178 0 0.47 0.26 0.06 332.92 0.79 0.72
Hex F0 7F B2 0 2F 1A 6 14D 4F 48
Octal 360 177 262 0 57 32 6 515 117 110
Binary 11110000 1111111 10110010 0 101111 11010 110 101001101 1001111 1001000

Color Harmonies of #F07FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FB2

Black with #F07FB2

Text Example


Text Example

White with #F07FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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