Html Css Color HEX #F145FC Pink Flamingo

📋 copy color: '#F145FC'

red 241 ◦ green 69 ◦ blue 252

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

Shades of Pink Flamingo #F145FC

Tints of Pink Flamingo #F145FC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.28%

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

R = 42.88%
G = 12.28%
B = 44.84%

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

#F145FC (or 0xF145FC) is known color: Pink Flamingo. HEX triplet: F1, 45 and FC. RGB value is (241,69,252). Sum of RGB (Red+Green+Blue) = 241+69+252=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 69 (27.34% from 255 or 12.28% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #F145FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F145FC is #0EBA03. Grayscale: #8C8C8C. Windows color (decimal): -965124 or 16532977. OLE color: 16532977.

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

Color convert

RGB 241 69 252 -
CMYK 0.04 0.73 0 0.01
HSL 296.39º 0.97% 0.63% -
HSV(B) 296.39º 0.73% 0.99% -
XYZ 55.97 29.99 94.93 -
YUV 141.29 190.48 199.12 -
System Red Green Blue C M Y K H S L
Decimal 241 69 252 0.04 0.73 0 0.01 296.39 0.97 0.63
Hex F1 45 FC 4 49 0 1 128 61 3F
Octal 361 105 374 4 111 0 1 450 141 77
Binary 11110001 1000101 11111100 100 1001001 0 1 100101000 1100001 111111

Color Harmonies of #F145FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145FC

Black with #F145FC

Text Example


Text Example

White with #F145FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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