Html Css Color HEX #F143FB Pink Flamingo

📋 copy color: '#F143FB'

red 241 ◦ green 67 ◦ blue 251

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

Shades of Pink Flamingo #F143FB

Tints of Pink Flamingo #F143FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 43.11%
G = 11.99%
B = 44.9%

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

#F143FB (or 0xF143FB) is known color: Pink Flamingo. HEX triplet: F1, 43 and FB. RGB value is (241,67,251). Sum of RGB (Red+Green+Blue) = 241+67+251=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 67 (26.56% from 255 or 11.99% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #F143FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143FB is #0EBC04. Grayscale: #8B8B8B. Windows color (decimal): -965637 or 16466929. OLE color: 16466929.

HSL color Cylindrical-coordinate representation of color #F143FB: hue angle of 296.74º degrees, saturation: 0.96, 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 #F143FB is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 67 251 -
CMYK 0.04 0.73 0 0.02
HSL 296.74º 0.96% 0.62% -
HSV(B) 296.74º 0.73% 0.98% -
XYZ 55.7 29.68 94.06 -
YUV 140 190.65 200.04 -
System Red Green Blue C M Y K H S L
Decimal 241 67 251 0.04 0.73 0 0.02 296.74 0.96 0.62
Hex F1 43 FB 4 49 0 2 129 60 3E
Octal 361 103 373 4 111 0 2 451 140 76
Binary 11110001 1000011 11111011 100 1001001 0 10 100101001 1100000 111110

Color Harmonies of #F143FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143FB

Black with #F143FB

Text Example


Text Example

White with #F143FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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