Html Css Color HEX #F153FF Pink Flamingo

📋 copy color: '#F153FF'

red 241 ◦ green 83 ◦ blue 255

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

Shades of Pink Flamingo #F153FF

Tints of Pink Flamingo #F153FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.34%

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

R = 41.62%
G = 14.34%
B = 44.04%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F153FF (or 0xF153FF) is known color: Pink Flamingo. HEX triplet: F1, 53 and FF. RGB value is (241,83,255). Sum of RGB (Red+Green+Blue) = 241+83+255=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 83 (32.81% from 255 or 14.34% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #F153FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F153FF is #0EAC00. Grayscale: #959595. Windows color (decimal): -961537 or 16733169. OLE color: 16733169.

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

Color convert

RGB 241 83 255 -
CMYK 0.05 0.67 0 0
HSL 295.12º 1% 0.66% -
HSV(B) 295.12º 0.67% 1% -
XYZ 57.42 32.11 97.78 -
YUV 149.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 241 83 255 0.05 0.67 0 0 295.12 1 0.66
Hex F1 53 FF 5 43 0 0 127 64 42
Octal 361 123 377 5 103 0 0 447 144 102
Binary 11110001 1010011 11111111 101 1000011 0 0 100100111 1100100 1000010

Color Harmonies of #F153FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153FF

Black with #F153FF

Text Example


Text Example

White with #F153FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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