Html Css Color HEX #F143FE Pink Flamingo

📋 copy color: '#F143FE'

red 241 ◦ green 67 ◦ blue 254

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

Shades of Pink Flamingo #F143FE

Tints of Pink Flamingo #F143FE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 11.92%

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

R = 42.88%
G = 11.92%
B = 45.2%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F143FE (or 0xF143FE) is known color: Pink Flamingo. HEX triplet: F1, 43 and FE. RGB value is (241,67,254). Sum of RGB (Red+Green+Blue) = 241+67+254=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 67 (26.56% from 255 or 11.92% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #F143FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143FE is #0EBC01. Grayscale: #8B8B8B. Windows color (decimal): -965634 or 16663537. OLE color: 16663537.

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

Color convert

RGB 241 67 254 -
CMYK 0.05 0.74 0 0.00
HSL 295.83º 0.99% 0.63% -
HSV(B) 295.83º 0.74% 1% -
XYZ 56.17 29.87 96.57 -
YUV 140.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 241 67 254 0.05 0.74 0 0.00 295.83 0.99 0.63
Hex F1 43 FE 5 4A 0 0 128 63 3F
Octal 361 103 376 5 112 0 0 450 143 77
Binary 11110001 1000011 11111110 101 1001010 0 0 100101000 1100011 111111

Color Harmonies of #F143FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143FE

Black with #F143FE

Text Example


Text Example

White with #F143FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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