Html Css Color HEX #F146F3 Pink Flamingo

📋 copy color: '#F146F3'

red 241 ◦ green 70 ◦ blue 243

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

Shades of Pink Flamingo #F146F3

Tints of Pink Flamingo #F146F3

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.64%

 BLUE value IS 243 (95.31% from 255) = 43.86%

R = 43.5%
G = 12.64%
B = 43.86%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F146F3 (or 0xF146F3) is known color: Pink Flamingo. HEX triplet: F1, 46 and F3. RGB value is (241,70,243). Sum of RGB (Red+Green+Blue) = 241+70+243=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 70 (27.73% from 255 or 12.64% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #F146F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F146F3 is #0EB90C. Grayscale: #8C8C8C. Windows color (decimal): -964877 or 15943409. OLE color: 15943409.

HSL color Cylindrical-coordinate representation of color #F146F3: hue angle of 299.31º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F146F3 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 70 243 -
CMYK 0.01 0.71 0 0.05
HSL 299.31º 0.88% 0.61% -
HSV(B) 299.31º 0.71% 0.95% -
XYZ 54.64 29.55 87.62 -
YUV 140.85 185.65 199.43 -
System Red Green Blue C M Y K H S L
Decimal 241 70 243 0.01 0.71 0 0.05 299.31 0.88 0.61
Hex F1 46 F3 1 47 0 5 12B 58 3D
Octal 361 106 363 1 107 0 5 453 130 75
Binary 11110001 1000110 11110011 1 1000111 0 101 100101011 1011000 111101

Color Harmonies of #F146F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F146F3

Black with #F146F3

Text Example


Text Example

White with #F146F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F146F3; }

 p { color: rgb(241,70,243); }

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

background-color css

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

 a { background-color: rgb(241,70,243); }

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

border-color css

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

 span { border-color: rgb(241,70,243); }

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