Html Css Color HEX #F145FD Pink Flamingo

📋 copy color: '#F145FD'

red 241 ◦ green 69 ◦ blue 253

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

Shades of Pink Flamingo #F145FD

Tints of Pink Flamingo #F145FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 42.81%
G = 12.26%
B = 44.94%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F145FD (or 0xF145FD) is known color: Pink Flamingo. HEX triplet: F1, 45 and FD. RGB value is (241,69,253). Sum of RGB (Red+Green+Blue) = 241+69+253=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 69 (27.34% from 255 or 12.26% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #F145FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F145FD is #0EBA02. Grayscale: #8C8C8C. Windows color (decimal): -965123 or 16598513. OLE color: 16598513.

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

Color convert

RGB 241 69 253 -
CMYK 0.05 0.73 0 0.01
HSL 296.09º 0.98% 0.63% -
HSV(B) 296.09º 0.73% 0.99% -
XYZ 56.13 30.05 95.77 -
YUV 141.4 190.98 199.04 -
System Red Green Blue C M Y K H S L
Decimal 241 69 253 0.05 0.73 0 0.01 296.09 0.98 0.63
Hex F1 45 FD 5 49 0 1 128 62 3F
Octal 361 105 375 5 111 0 1 450 142 77
Binary 11110001 1000101 11111101 101 1001001 0 1 100101000 1100010 111111

Color Harmonies of #F145FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145FD

Black with #F145FD

Text Example


Text Example

White with #F145FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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