Html Css Color HEX #F152FE Pink Flamingo

📋 copy color: '#F152FE'

red 241 ◦ green 82 ◦ blue 254

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

Shades of Pink Flamingo #F152FE

Tints of Pink Flamingo #F152FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.21%

 BLUE value IS 254 (99.61% from 255) = 44.02%

R = 41.77%
G = 14.21%
B = 44.02%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F152FE (or 0xF152FE) is known color: Pink Flamingo. HEX triplet: F1, 52 and FE. RGB value is (241,82,254). Sum of RGB (Red+Green+Blue) = 241+82+254=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 82 (32.42% from 255 or 14.21% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #F152FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F152FE is #0EAD01. Grayscale: #949494. Windows color (decimal): -961794 or 16667377. OLE color: 16667377.

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

Color convert

RGB 241 82 254 -
CMYK 0.05 0.68 0 0.00
HSL 295.47º 0.99% 0.66% -
HSV(B) 295.47º 0.68% 1% -
XYZ 57.18 31.89 96.91 -
YUV 149.15 187.18 193.51 -
System Red Green Blue C M Y K H S L
Decimal 241 82 254 0.05 0.68 0 0.00 295.47 0.99 0.66
Hex F1 52 FE 5 44 0 0 127 63 42
Octal 361 122 376 5 104 0 0 447 143 102
Binary 11110001 1010010 11111110 101 1000100 0 0 100100111 1100011 1000010

Color Harmonies of #F152FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152FE

Black with #F152FE

Text Example


Text Example

White with #F152FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152FE; }

 p { color: rgb(241,82,254); }

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

background-color css

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

 a { background-color: rgb(241,82,254); }

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

border-color css

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

 span { border-color: rgb(241,82,254); }

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