Html Css Color HEX #F150FF Pink Flamingo

📋 copy color: '#F150FF'

red 241 ◦ green 80 ◦ blue 255

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

Shades of Pink Flamingo #F150FF

Tints of Pink Flamingo #F150FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 13.89%

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

R = 41.84%
G = 13.89%
B = 44.27%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F150FF (or 0xF150FF) is known color: Pink Flamingo. HEX triplet: F1, 50 and FF. RGB value is (241,80,255). Sum of RGB (Red+Green+Blue) = 241+80+255=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 80 (31.64% from 255 or 13.89% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #F150FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F150FF is #0EAF00. Grayscale: #939393. Windows color (decimal): -962305 or 16732401. OLE color: 16732401.

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

Color convert

RGB 241 80 255 -
CMYK 0.05 0.69 0 0
HSL 295.2º 1% 0.66% -
HSV(B) 295.2º 0.69% 1% -
XYZ 57.19 31.66 97.7 -
YUV 148.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 241 80 255 0.05 0.69 0 0 295.2 1 0.66
Hex F1 50 FF 5 45 0 0 127 64 42
Octal 361 120 377 5 105 0 0 447 144 102
Binary 11110001 1010000 11111111 101 1000101 0 0 100100111 1100100 1000010

Color Harmonies of #F150FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150FF

Black with #F150FF

Text Example


Text Example

White with #F150FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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