Html Css Color HEX #F145FA Pink Flamingo

📋 copy color: '#F145FA'

red 241 ◦ green 69 ◦ blue 250

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

Shades of Pink Flamingo #F145FA

Tints of Pink Flamingo #F145FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 43.04%
G = 12.32%
B = 44.64%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F145FA (or 0xF145FA) is known color: Pink Flamingo. HEX triplet: F1, 45 and FA. RGB value is (241,69,250). Sum of RGB (Red+Green+Blue) = 241+69+250=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 69 (27.34% from 255 or 12.32% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #F145FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F145FA is #0EBA05. Grayscale: #8C8C8C. Windows color (decimal): -965126 or 16401905. OLE color: 16401905.

HSL color Cylindrical-coordinate representation of color #F145FA: hue angle of 297.02º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F145FA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 69 250 -
CMYK 0.04 0.72 0 0.02
HSL 297.02º 0.95% 0.63% -
HSV(B) 297.02º 0.72% 0.98% -
XYZ 55.66 29.86 93.27 -
YUV 141.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 241 69 250 0.04 0.72 0 0.02 297.02 0.95 0.63
Hex F1 45 FA 4 48 0 2 129 5F 3F
Octal 361 105 372 4 110 0 2 451 137 77
Binary 11110001 1000101 11111010 100 1001000 0 10 100101001 1011111 111111

Color Harmonies of #F145FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145FA

Black with #F145FA

Text Example


Text Example

White with #F145FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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