Html Css Color HEX #F138FC Pink Flamingo

📋 copy color: '#F138FC'

red 241 ◦ green 56 ◦ blue 252

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

Shades of Pink Flamingo #F138FC

Tints of Pink Flamingo #F138FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 43.9%
G = 10.2%
B = 45.9%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F138FC (or 0xF138FC) is known color: Pink Flamingo. HEX triplet: F1, 38 and FC. RGB value is (241,56,252). Sum of RGB (Red+Green+Blue) = 241+56+252=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 56 (22.27% from 255 or 10.20% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #F138FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138FC is #0EC703. Grayscale: #858585. Windows color (decimal): -968452 or 16529649. OLE color: 16529649.

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

Color convert

RGB 241 56 252 -
CMYK 0.04 0.78 0 0.01
HSL 296.63º 0.97% 0.6% -
HSV(B) 296.63º 0.78% 0.99% -
XYZ 55.26 28.56 94.7 -
YUV 133.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 241 56 252 0.04 0.78 0 0.01 296.63 0.97 0.6
Hex F1 38 FC 4 4E 0 1 129 61 3C
Octal 361 70 374 4 116 0 1 451 141 74
Binary 11110001 111000 11111100 100 1001110 0 1 100101001 1100001 111100

Color Harmonies of #F138FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138FC

Black with #F138FC

Text Example


Text Example

White with #F138FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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