Html Css Color HEX #F074BE Persian Pink

📋 copy color: '#F074BE'

red 240 ◦ green 116 ◦ blue 190

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

Shades of Persian Pink #F074BE

Tints of Persian Pink #F074BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 43.96%
G = 21.25%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F074BE (or 0xF074BE) is known color: Persian Pink. HEX triplet: F0, 74 and BE. RGB value is (240,116,190). Sum of RGB (Red+Green+Blue) = 240+116+190=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F074BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074BE is #0F8B41. Grayscale: #A1A1A1. Windows color (decimal): -1018690 or 12481776. OLE color: 12481776.

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

Color convert

RGB 240 116 190 -
CMYK 0 0.52 0.21 0.06
HSL 324.19º 0.81% 0.7% -
HSV(B) 324.19º 0.52% 0.94% -
XYZ 51.47 34.73 52.71 -
YUV 161.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 240 116 190 0 0.52 0.21 0.06 324.19 0.81 0.7
Hex F0 74 BE 0 34 15 6 144 51 46
Octal 360 164 276 0 64 25 6 504 121 106
Binary 11110000 1110100 10111110 0 110100 10101 110 101000100 1010001 1000110

Color Harmonies of #F074BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074BE

Black with #F074BE

Text Example


Text Example

White with #F074BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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