Html Css Color HEX #F141FF Pink Flamingo

📋 copy color: '#F141FF'

red 241 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #F141FF

Tints of Pink Flamingo #F141FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.59%

 BLUE value IS 255 (100% from 255) = 45.45%

R = 42.96%
G = 11.59%
B = 45.45%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F141FF (or 0xF141FF) is known color: Pink Flamingo. HEX triplet: F1, 41 and FF. RGB value is (241,65,255). Sum of RGB (Red+Green+Blue) = 241+65+255=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 65 (25.78% from 255 or 11.59% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #F141FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F141FF is #0EBE00. Grayscale: #8A8A8A. Windows color (decimal): -966145 or 16728561. OLE color: 16728561.

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

Color convert

RGB 241 65 255 -
CMYK 0.05 0.75 0 0
HSL 295.58º 1% 0.63% -
HSV(B) 295.58º 0.75% 1% -
XYZ 56.22 29.7 97.38 -
YUV 139.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 241 65 255 0.05 0.75 0 0 295.58 1 0.63
Hex F1 41 FF 5 4B 0 0 128 64 3F
Octal 361 101 377 5 113 0 0 450 144 77
Binary 11110001 1000001 11111111 101 1001011 0 0 100101000 1100100 111111

Color Harmonies of #F141FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141FF

Black with #F141FF

Text Example


Text Example

White with #F141FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141FF; }

 p { color: rgb(241,65,255); }

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

background-color css

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

 a { background-color: rgb(241,65,255); }

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

border-color css

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

 span { border-color: rgb(241,65,255); }

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