Html Css Color HEX #F274BE Persian Pink

📋 copy color: '#F274BE'

red 242 ◦ green 116 ◦ blue 190

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

Shades of Persian Pink #F274BE

Tints of Persian Pink #F274BE

RGB

 RED value IS 242 (94.92% from 255) = 44.16%

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

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

R = 44.16%
G = 21.17%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F274BE (or 0xF274BE) is known color: Persian Pink. HEX triplet: F2, 74 and BE. RGB value is (242,116,190). Sum of RGB (Red+Green+Blue) = 242+116+190=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F274BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274BE is #0D8B41. Grayscale: #A1A1A1. Windows color (decimal): -887618 or 12481778. OLE color: 12481778.

HSL color Cylindrical-coordinate representation of color #F274BE: hue angle of 324.76º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274BE is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 116 190 -
CMYK 0 0.52 0.21 0.05
HSL 324.76º 0.83% 0.7% -
HSV(B) 324.76º 0.52% 0.95% -
XYZ 52.16 35.09 52.74 -
YUV 162.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 242 116 190 0 0.52 0.21 0.05 324.76 0.83 0.7
Hex F2 74 BE 0 34 15 5 145 53 46
Octal 362 164 276 0 64 25 5 505 123 106
Binary 11110010 1110100 10111110 0 110100 10101 101 101000101 1010011 1000110

Color Harmonies of #F274BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F274BE

Black with #F274BE

Text Example


Text Example

White with #F274BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F274BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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