Html Css Color HEX #F148FC Pink Flamingo

📋 copy color: '#F148FC'

red 241 ◦ green 72 ◦ blue 252

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

Shades of Pink Flamingo #F148FC

Tints of Pink Flamingo #F148FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 42.65%
G = 12.74%
B = 44.6%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F148FC (or 0xF148FC) is known color: Pink Flamingo. HEX triplet: F1, 48 and FC. RGB value is (241,72,252). Sum of RGB (Red+Green+Blue) = 241+72+252=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 72 (28.52% from 255 or 12.74% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #F148FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F148FC is #0EB703. Grayscale: #8E8E8E. Windows color (decimal): -964356 or 16533745. OLE color: 16533745.

HSL color Cylindrical-coordinate representation of color #F148FC: hue angle of 296.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F148FC is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 72 252 -
CMYK 0.04 0.71 0 0.01
HSL 296.33º 0.97% 0.64% -
HSV(B) 296.33º 0.71% 0.99% -
XYZ 56.16 30.36 95 -
YUV 143.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 241 72 252 0.04 0.71 0 0.01 296.33 0.97 0.64
Hex F1 48 FC 4 47 0 1 128 61 40
Octal 361 110 374 4 107 0 1 450 141 100
Binary 11110001 1001000 11111100 100 1000111 0 1 100101000 1100001 1000000

Color Harmonies of #F148FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F148FC

Black with #F148FC

Text Example


Text Example

White with #F148FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F148FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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