Html Css Color HEX #F154FA Pink Flamingo

📋 copy color: '#F154FA'

red 241 ◦ green 84 ◦ blue 250

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

Shades of Pink Flamingo #F154FA

Tints of Pink Flamingo #F154FA

RGB

 RED value IS 241 (94.53% from 255) = 41.91%

 GREEN value IS 84 (33.2% from 255) = 14.61%

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 41.91%
G = 14.61%
B = 43.48%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F154FA (or 0xF154FA) is known color: Pink Flamingo. HEX triplet: F1, 54 and FA. RGB value is (241,84,250). Sum of RGB (Red+Green+Blue) = 241+84+250=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #F154FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154FA is #0EAB05. Grayscale: #959595. Windows color (decimal): -961286 or 16405745. OLE color: 16405745.

HSL color Cylindrical-coordinate representation of color #F154FA: hue angle of 296.75º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F154FA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 84 250 -
CMYK 0.04 0.66 0 0.02
HSL 296.75º 0.94% 0.65% -
HSV(B) 296.75º 0.66% 0.98% -
XYZ 56.7 31.94 93.62 -
YUV 149.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 241 84 250 0.04 0.66 0 0.02 296.75 0.94 0.65
Hex F1 54 FA 4 42 0 2 129 5E 41
Octal 361 124 372 4 102 0 2 451 136 101
Binary 11110001 1010100 11111010 100 1000010 0 10 100101001 1011110 1000001

Color Harmonies of #F154FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F154FA

Black with #F154FA

Text Example


Text Example

White with #F154FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F154FA; }

 p { color: rgb(241,84,250); }

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

background-color css

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

 a { background-color: rgb(241,84,250); }

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

border-color css

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

 span { border-color: rgb(241,84,250); }

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