Html Css Color HEX #F153FC Pink Flamingo

📋 copy color: '#F153FC'

red 241 ◦ green 83 ◦ blue 252

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

Shades of Pink Flamingo #F153FC

Tints of Pink Flamingo #F153FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 41.84%
G = 14.41%
B = 43.75%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F153FC (or 0xF153FC) is known color: Pink Flamingo. HEX triplet: F1, 53 and FC. RGB value is (241,83,252). Sum of RGB (Red+Green+Blue) = 241+83+252=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 83 (32.81% from 255 or 14.41% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #F153FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F153FC is #0EAC03. Grayscale: #949494. Windows color (decimal): -961540 or 16536561. OLE color: 16536561.

HSL color Cylindrical-coordinate representation of color #F153FC: hue angle of 296.09º degrees, saturation: 0.97, 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 #F153FC is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 83 252 -
CMYK 0.04 0.67 0 0.01
HSL 296.09º 0.97% 0.66% -
HSV(B) 296.09º 0.67% 0.99% -
XYZ 56.94 31.92 95.25 -
YUV 149.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 241 83 252 0.04 0.67 0 0.01 296.09 0.97 0.66
Hex F1 53 FC 4 43 0 1 128 61 42
Octal 361 123 374 4 103 0 1 450 141 102
Binary 11110001 1010011 11111100 100 1000011 0 1 100101000 1100001 1000010

Color Harmonies of #F153FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153FC

Black with #F153FC

Text Example


Text Example

White with #F153FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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