Html Css Color HEX #F143FA Pink Flamingo

📋 copy color: '#F143FA'

red 241 ◦ green 67 ◦ blue 250

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

Shades of Pink Flamingo #F143FA

Tints of Pink Flamingo #F143FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 43.19%
G = 12.01%
B = 44.8%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F143FA (or 0xF143FA) is known color: Pink Flamingo. HEX triplet: F1, 43 and FA. RGB value is (241,67,250). Sum of RGB (Red+Green+Blue) = 241+67+250=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 67 (26.56% from 255 or 12.01% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #F143FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143FA is #0EBC05. Grayscale: #8B8B8B. Windows color (decimal): -965638 or 16401393. OLE color: 16401393.

HSL color Cylindrical-coordinate representation of color #F143FA: hue angle of 297.05º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F143FA is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 67 250 -
CMYK 0.04 0.73 0 0.02
HSL 297.05º 0.95% 0.62% -
HSV(B) 297.05º 0.73% 0.98% -
XYZ 55.54 29.62 93.23 -
YUV 139.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 241 67 250 0.04 0.73 0 0.02 297.05 0.95 0.62
Hex F1 43 FA 4 49 0 2 129 5F 3E
Octal 361 103 372 4 111 0 2 451 137 76
Binary 11110001 1000011 11111010 100 1001001 0 10 100101001 1011111 111110

Color Harmonies of #F143FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143FA

Black with #F143FA

Text Example


Text Example

White with #F143FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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