Html Css Color HEX #F277BE Persian Pink

📋 copy color: '#F277BE'

red 242 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #F277BE

Tints of Persian Pink #F277BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.6%

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

R = 43.92%
G = 21.6%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F277BE (or 0xF277BE) is known color: Persian Pink. HEX triplet: F2, 77 and BE. RGB value is (242,119,190). Sum of RGB (Red+Green+Blue) = 242+119+190=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F277BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277BE is #0D8841. Grayscale: #A3A3A3. Windows color (decimal): -886850 or 12482546. OLE color: 12482546.

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

Color convert

RGB 242 119 190 -
CMYK 0 0.51 0.21 0.05
HSL 325.37º 0.83% 0.71% -
HSV(B) 325.37º 0.51% 0.95% -
XYZ 52.51 35.79 52.86 -
YUV 163.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 242 119 190 0 0.51 0.21 0.05 325.37 0.83 0.71
Hex F2 77 BE 0 33 15 5 145 53 47
Octal 362 167 276 0 63 25 5 505 123 107
Binary 11110010 1110111 10111110 0 110011 10101 101 101000101 1010011 1000111

Color Harmonies of #F277BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F277BE

Black with #F277BE

Text Example


Text Example

White with #F277BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F277BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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