Html Css Color HEX #F138FA Pink Flamingo

📋 copy color: '#F138FA'

red 241 ◦ green 56 ◦ blue 250

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

Shades of Pink Flamingo #F138FA

Tints of Pink Flamingo #F138FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.24%

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

R = 44.06%
G = 10.24%
B = 45.7%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F138FA (or 0xF138FA) is known color: Pink Flamingo. HEX triplet: F1, 38 and FA. RGB value is (241,56,250). Sum of RGB (Red+Green+Blue) = 241+56+250=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 56 (22.27% from 255 or 10.24% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #F138FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138FA is #0EC705. Grayscale: #848484. Windows color (decimal): -968454 or 16398577. OLE color: 16398577.

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

Color convert

RGB 241 56 250 -
CMYK 0.04 0.78 0 0.02
HSL 297.22º 0.95% 0.6% -
HSV(B) 297.22º 0.78% 0.98% -
XYZ 54.95 28.43 93.03 -
YUV 133.43 193.79 204.73 -
System Red Green Blue C M Y K H S L
Decimal 241 56 250 0.04 0.78 0 0.02 297.22 0.95 0.6
Hex F1 38 FA 4 4E 0 2 129 5F 3C
Octal 361 70 372 4 116 0 2 451 137 74
Binary 11110001 111000 11111010 100 1001110 0 10 100101001 1011111 111100

Color Harmonies of #F138FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138FA

Black with #F138FA

Text Example


Text Example

White with #F138FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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