Html Css Color HEX #F074B7 Persian Pink

📋 copy color: '#F074B7'

red 240 ◦ green 116 ◦ blue 183

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

Shades of Persian Pink #F074B7

Tints of Persian Pink #F074B7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.52%

 BLUE value IS 183 (71.88% from 255) = 33.95%

R = 44.53%
G = 21.52%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F074B7 (or 0xF074B7) is known color: Persian Pink. HEX triplet: F0, 74 and B7. RGB value is (240,116,183). Sum of RGB (Red+Green+Blue) = 240+116+183=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F074B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074B7 is #0F8B48. Grayscale: #A0A0A0. Windows color (decimal): -1018697 or 12023024. OLE color: 12023024.

HSL color Cylindrical-coordinate representation of color #F074B7: hue angle of 327.58º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074B7 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 183 -
CMYK 0 0.52 0.24 0.06
HSL 327.58º 0.81% 0.7% -
HSV(B) 327.58º 0.52% 0.94% -
XYZ 50.73 34.43 48.77 -
YUV 160.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 240 116 183 0 0.52 0.24 0.06 327.58 0.81 0.7
Hex F0 74 B7 0 34 18 6 148 51 46
Octal 360 164 267 0 64 30 6 510 121 106
Binary 11110000 1110100 10110111 0 110100 11000 110 101001000 1010001 1000110

Color Harmonies of #F074B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074B7

Black with #F074B7

Text Example


Text Example

White with #F074B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074B7; }

 p { color: rgb(240,116,183); }

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

background-color css

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

 a { background-color: rgb(240,116,183); }

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

border-color css

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

 span { border-color: rgb(240,116,183); }

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