Html Css Color HEX #F074B2 Persian Pink

📋 copy color: '#F074B2'

red 240 ◦ green 116 ◦ blue 178

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

Shades of Persian Pink #F074B2

Tints of Persian Pink #F074B2

RGB

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

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

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

R = 44.94%
G = 21.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F074B2 (or 0xF074B2) is known color: Persian Pink. HEX triplet: F0, 74 and B2. RGB value is (240,116,178). Sum of RGB (Red+Green+Blue) = 240+116+178=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F074B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F074B2 is #0F8B4D. Grayscale: #A0A0A0. Windows color (decimal): -1018702 or 11695344. OLE color: 11695344.

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

Color convert

RGB 240 116 178 -
CMYK 0 0.52 0.26 0.06
HSL 330º 0.81% 0.7% -
HSV(B) 330º 0.52% 0.94% -
XYZ 50.22 34.23 46.08 -
YUV 160.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 240 116 178 0 0.52 0.26 0.06 330 0.81 0.7
Hex F0 74 B2 0 34 1A 6 14A 51 46
Octal 360 164 262 0 64 32 6 512 121 106
Binary 11110000 1110100 10110010 0 110100 11010 110 101001010 1010001 1000110

Color Harmonies of #F074B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074B2

Black with #F074B2

Text Example


Text Example

White with #F074B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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