Html Css Color HEX #F05FF1 Pink Flamingo

📋 copy color: '#F05FF1'

red 240 ◦ green 95 ◦ blue 241

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

Shades of Pink Flamingo #F05FF1

Tints of Pink Flamingo #F05FF1

RGB

 RED value IS 240 (94.14% from 255) = 41.67%

 GREEN value IS 95 (37.5% from 255) = 16.49%

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

R = 41.67%
G = 16.49%
B = 41.84%

CMYK

 C value IS 0.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F05FF1 (or 0xF05FF1) is known color: Pink Flamingo. HEX triplet: F0, 5F and F1. RGB value is (240,95,241). Sum of RGB (Red+Green+Blue) = 240+95+241=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 95 (37.5% from 255 or 16.49% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #F05FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05FF1 is #0FA00E. Grayscale: #9A9A9A. Windows color (decimal): -1024015 or 15818736. OLE color: 15818736.

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

Color convert

RGB 240 95 241 -
CMYK 0.00 0.61 0 0.05
HSL 299.59º 0.84% 0.66% -
HSV(B) 299.59º 0.61% 0.95% -
XYZ 55.9 33.06 86.65 -
YUV 155 176.54 188.63 -
System Red Green Blue C M Y K H S L
Decimal 240 95 241 0.00 0.61 0 0.05 299.59 0.84 0.66
Hex F0 5F F1 0 3D 0 5 12C 54 42
Octal 360 137 361 0 75 0 5 454 124 102
Binary 11110000 1011111 11110001 0 111101 0 101 100101100 1010100 1000010

Color Harmonies of #F05FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FF1

Black with #F05FF1

Text Example


Text Example

White with #F05FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FF1; }

 p { color: rgb(240,95,241); }

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

background-color css

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

 a { background-color: rgb(240,95,241); }

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

border-color css

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

 span { border-color: rgb(240,95,241); }

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