Html Css Color HEX #F138FF Pink Flamingo

📋 copy color: '#F138FF'

red 241 ◦ green 56 ◦ blue 255

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

Shades of Pink Flamingo #F138FF

Tints of Pink Flamingo #F138FF

RGB

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

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

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

R = 43.66%
G = 10.14%
B = 46.2%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F138FF (or 0xF138FF) is known color: Pink Flamingo. HEX triplet: F1, 38 and FF. RGB value is (241,56,255). Sum of RGB (Red+Green+Blue) = 241+56+255=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 56 (22.27% from 255 or 10.14% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #F138FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138FF is #0EC700. Grayscale: #858585. Windows color (decimal): -968449 or 16726257. OLE color: 16726257.

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

Color convert

RGB 241 56 255 -
CMYK 0.05 0.78 0 0
HSL 295.78º 1% 0.61% -
HSV(B) 295.78º 0.78% 1% -
XYZ 55.74 28.75 97.22 -
YUV 134 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 241 56 255 0.05 0.78 0 0 295.78 1 0.61
Hex F1 38 FF 5 4E 0 0 128 64 3D
Octal 361 70 377 5 116 0 0 450 144 75
Binary 11110001 111000 11111111 101 1001110 0 0 100101000 1100100 111101

Color Harmonies of #F138FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138FF

Black with #F138FF

Text Example


Text Example

White with #F138FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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