Html Css Color HEX #F138F7 Pink Flamingo

📋 copy color: '#F138F7'

red 241 ◦ green 56 ◦ blue 247

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

Shades of Pink Flamingo #F138F7

Tints of Pink Flamingo #F138F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.4%

R = 44.3%
G = 10.29%
B = 45.4%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F138F7 (or 0xF138F7) is known color: Pink Flamingo. HEX triplet: F1, 38 and F7. RGB value is (241,56,247). Sum of RGB (Red+Green+Blue) = 241+56+247=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 56 (22.27% from 255 or 10.29% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #F138F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138F7 is #0EC708. Grayscale: #848484. Windows color (decimal): -968457 or 16201969. OLE color: 16201969.

HSL color Cylindrical-coordinate representation of color #F138F7: hue angle of 298.12º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F138F7 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 56 247 -
CMYK 0.02 0.77 0 0.03
HSL 298.12º 0.92% 0.59% -
HSV(B) 298.12º 0.77% 0.97% -
XYZ 54.48 28.24 90.58 -
YUV 133.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 241 56 247 0.02 0.77 0 0.03 298.12 0.92 0.59
Hex F1 38 F7 2 4D 0 3 12A 5C 3B
Octal 361 70 367 2 115 0 3 452 134 73
Binary 11110001 111000 11110111 10 1001101 0 11 100101010 1011100 111011

Color Harmonies of #F138F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138F7

Black with #F138F7

Text Example


Text Example

White with #F138F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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