Html Css Color HEX #F153FD Pink Flamingo

📋 copy color: '#F153FD'

red 241 ◦ green 83 ◦ blue 253

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

Shades of Pink Flamingo #F153FD

Tints of Pink Flamingo #F153FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.85%

R = 41.77%
G = 14.38%
B = 43.85%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F153FD (or 0xF153FD) is known color: Pink Flamingo. HEX triplet: F1, 53 and FD. RGB value is (241,83,253). Sum of RGB (Red+Green+Blue) = 241+83+253=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 83 (32.81% from 255 or 14.38% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #F153FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F153FD is #0EAC02. Grayscale: #959595. Windows color (decimal): -961539 or 16602097. OLE color: 16602097.

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

Color convert

RGB 241 83 253 -
CMYK 0.05 0.67 0 0.01
HSL 295.76º 0.98% 0.66% -
HSV(B) 295.76º 0.67% 0.99% -
XYZ 57.1 31.98 96.09 -
YUV 149.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 241 83 253 0.05 0.67 0 0.01 295.76 0.98 0.66
Hex F1 53 FD 5 43 0 1 128 62 42
Octal 361 123 375 5 103 0 1 450 142 102
Binary 11110001 1010011 11111101 101 1000011 0 1 100101000 1100010 1000010

Color Harmonies of #F153FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153FD

Black with #F153FD

Text Example


Text Example

White with #F153FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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