Html Css Color HEX #F07FBA Persian Pink

📋 copy color: '#F07FBA'

red 240 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #F07FBA

Tints of Persian Pink #F07FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 43.4%
G = 22.97%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F07FBA (or 0xF07FBA) is known color: Persian Pink. HEX triplet: F0, 7F and BA. RGB value is (240,127,186). Sum of RGB (Red+Green+Blue) = 240+127+186=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FBA is #0F8045. Grayscale: #A7A7A7. Windows color (decimal): -1015878 or 12222448. OLE color: 12222448.

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

Color convert

RGB 240 127 186 -
CMYK 0 0.47 0.22 0.06
HSL 328.67º 0.79% 0.72% -
HSV(B) 328.67º 0.47% 0.94% -
XYZ 52.39 37.25 50.88 -
YUV 167.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 240 127 186 0 0.47 0.22 0.06 328.67 0.79 0.72
Hex F0 7F BA 0 2F 16 6 149 4F 48
Octal 360 177 272 0 57 26 6 511 117 110
Binary 11110000 1111111 10111010 0 101111 10110 110 101001001 1001111 1001000

Color Harmonies of #F07FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FBA

Black with #F07FBA

Text Example


Text Example

White with #F07FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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