Html Css Color HEX #F143FF Pink Flamingo

📋 copy color: '#F143FF'

red 241 ◦ green 67 ◦ blue 255

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

Shades of Pink Flamingo #F143FF

Tints of Pink Flamingo #F143FF

RGB

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

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

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

R = 42.81%
G = 11.9%
B = 45.29%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F143FF (or 0xF143FF) is known color: Pink Flamingo. HEX triplet: F1, 43 and FF. RGB value is (241,67,255). Sum of RGB (Red+Green+Blue) = 241+67+255=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 67 (26.56% from 255 or 11.90% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #F143FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143FF is #0EBC00. Grayscale: #8B8B8B. Windows color (decimal): -965633 or 16729073. OLE color: 16729073.

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

Color convert

RGB 241 67 255 -
CMYK 0.05 0.74 0 0
HSL 295.53º 1% 0.63% -
HSV(B) 295.53º 0.74% 1% -
XYZ 56.33 29.94 97.42 -
YUV 140.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 241 67 255 0.05 0.74 0 0 295.53 1 0.63
Hex F1 43 FF 5 4A 0 0 128 64 3F
Octal 361 103 377 5 112 0 0 450 144 77
Binary 11110001 1000011 11111111 101 1001010 0 0 100101000 1100100 111111

Color Harmonies of #F143FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143FF

Black with #F143FF

Text Example


Text Example

White with #F143FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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