Html Css Color HEX #F152FF Pink Flamingo

📋 copy color: '#F152FF'

red 241 ◦ green 82 ◦ blue 255

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

Shades of Pink Flamingo #F152FF

Tints of Pink Flamingo #F152FF

RGB

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

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

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

R = 41.7%
G = 14.19%
B = 44.12%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F152FF (or 0xF152FF) is known color: Pink Flamingo. HEX triplet: F1, 52 and FF. RGB value is (241,82,255). Sum of RGB (Red+Green+Blue) = 241+82+255=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 82 (32.42% from 255 or 14.19% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #F152FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F152FF is #0EAD00. Grayscale: #949494. Windows color (decimal): -961793 or 16732913. OLE color: 16732913.

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

Color convert

RGB 241 82 255 -
CMYK 0.05 0.68 0 0
HSL 295.14º 1% 0.66% -
HSV(B) 295.14º 0.68% 1% -
XYZ 57.34 31.96 97.75 -
YUV 149.26 187.68 193.43 -
System Red Green Blue C M Y K H S L
Decimal 241 82 255 0.05 0.68 0 0 295.14 1 0.66
Hex F1 52 FF 5 44 0 0 127 64 42
Octal 361 122 377 5 104 0 0 447 144 102
Binary 11110001 1010010 11111111 101 1000100 0 0 100100111 1100100 1000010

Color Harmonies of #F152FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152FF

Black with #F152FF

Text Example


Text Example

White with #F152FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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