Html Css Color HEX #F143FC Pink Flamingo

📋 copy color: '#F143FC'

red 241 ◦ green 67 ◦ blue 252

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

Shades of Pink Flamingo #F143FC

Tints of Pink Flamingo #F143FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 43.04%
G = 11.96%
B = 45%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F143FC (or 0xF143FC) is known color: Pink Flamingo. HEX triplet: F1, 43 and FC. RGB value is (241,67,252). Sum of RGB (Red+Green+Blue) = 241+67+252=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 67 (26.56% from 255 or 11.96% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #F143FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143FC is #0EBC03. Grayscale: #8B8B8B. Windows color (decimal): -965636 or 16532465. OLE color: 16532465.

HSL color Cylindrical-coordinate representation of color #F143FC: hue angle of 296.43º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F143FC is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 67 252 -
CMYK 0.04 0.73 0 0.01
HSL 296.43º 0.97% 0.63% -
HSV(B) 296.43º 0.73% 0.99% -
XYZ 55.85 29.74 94.89 -
YUV 140.12 191.15 199.96 -
System Red Green Blue C M Y K H S L
Decimal 241 67 252 0.04 0.73 0 0.01 296.43 0.97 0.63
Hex F1 43 FC 4 49 0 1 128 61 3F
Octal 361 103 374 4 111 0 1 450 141 77
Binary 11110001 1000011 11111100 100 1001001 0 1 100101000 1100001 111111

Color Harmonies of #F143FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143FC

Black with #F143FC

Text Example


Text Example

White with #F143FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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