Html Css Color HEX #F140FF Pink Flamingo

📋 copy color: '#F140FF'

red 241 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #F140FF

Tints of Pink Flamingo #F140FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.43%

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

R = 43.04%
G = 11.43%
B = 45.54%

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

#F140FF (or 0xF140FF) is known color: Pink Flamingo. HEX triplet: F1, 40 and FF. RGB value is (241,64,255). Sum of RGB (Red+Green+Blue) = 241+64+255=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 64 (25.39% from 255 or 11.43% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #F140FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F140FF is #0EBF00. Grayscale: #8A8A8A. Windows color (decimal): -966401 or 16728305. OLE color: 16728305.

HSL color Cylindrical-coordinate representation of color #F140FF: hue angle of 295.6º 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 #F140FF is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 64 255 -
CMYK 0.05 0.75 0 0
HSL 295.6º 1% 0.63% -
HSV(B) 295.6º 0.75% 1% -
XYZ 56.16 29.59 97.36 -
YUV 138.7 193.64 200.97 -
System Red Green Blue C M Y K H S L
Decimal 241 64 255 0.05 0.75 0 0 295.6 1 0.63
Hex F1 40 FF 5 4B 0 0 128 64 3F
Octal 361 100 377 5 113 0 0 450 144 77
Binary 11110001 1000000 11111111 101 1001011 0 0 100101000 1100100 111111

Color Harmonies of #F140FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140FF

Black with #F140FF

Text Example


Text Example

White with #F140FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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