Html Css Color HEX #F145FF Pink Flamingo

📋 copy color: '#F145FF'

red 241 ◦ green 69 ◦ blue 255

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

Shades of Pink Flamingo #F145FF

Tints of Pink Flamingo #F145FF

RGB

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

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

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

R = 42.65%
G = 12.21%
B = 45.13%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F145FF (or 0xF145FF) is known color: Pink Flamingo. HEX triplet: F1, 45 and FF. RGB value is (241,69,255). Sum of RGB (Red+Green+Blue) = 241+69+255=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 69 (27.34% from 255 or 12.21% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #F145FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F145FF is #0EBA00. Grayscale: #8D8D8D. Windows color (decimal): -965121 or 16729585. OLE color: 16729585.

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

Color convert

RGB 241 69 255 -
CMYK 0.05 0.73 0 0
HSL 295.48º 1% 0.64% -
HSV(B) 295.48º 0.73% 1% -
XYZ 56.45 30.18 97.46 -
YUV 141.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 241 69 255 0.05 0.73 0 0 295.48 1 0.64
Hex F1 45 FF 5 49 0 0 127 64 40
Octal 361 105 377 5 111 0 0 447 144 100
Binary 11110001 1000101 11111111 101 1001001 0 0 100100111 1100100 1000000

Color Harmonies of #F145FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145FF

Black with #F145FF

Text Example


Text Example

White with #F145FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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