Html Css Color HEX #F148FE Pink Flamingo

📋 copy color: '#F148FE'

red 241 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #F148FE

Tints of Pink Flamingo #F148FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.7%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 42.5%
G = 12.7%
B = 44.8%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F148FE (or 0xF148FE) is known color: Pink Flamingo. HEX triplet: F1, 48 and FE. RGB value is (241,72,254). Sum of RGB (Red+Green+Blue) = 241+72+254=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 72 (28.52% from 255 or 12.70% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #F148FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F148FE is #0EB701. Grayscale: #8E8E8E. Windows color (decimal): -964354 or 16664817. OLE color: 16664817.

HSL color Cylindrical-coordinate representation of color #F148FE: hue angle of 295.71º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F148FE is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 72 254 -
CMYK 0.05 0.72 0 0.00
HSL 295.71º 0.99% 0.64% -
HSV(B) 295.71º 0.72% 1% -
XYZ 56.48 30.49 96.67 -
YUV 143.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 241 72 254 0.05 0.72 0 0.00 295.71 0.99 0.64
Hex F1 48 FE 5 48 0 0 128 63 40
Octal 361 110 376 5 110 0 0 450 143 100
Binary 11110001 1001000 11111110 101 1001000 0 0 100101000 1100011 1000000

Color Harmonies of #F148FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F148FE

Black with #F148FE

Text Example


Text Example

White with #F148FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F148FE; }

 p { color: rgb(241,72,254); }

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

background-color css

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

 a { background-color: rgb(241,72,254); }

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

border-color css

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

 span { border-color: rgb(241,72,254); }

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