Html Css Color HEX #F153FA Pink Flamingo

📋 copy color: '#F153FA'

red 241 ◦ green 83 ◦ blue 250

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

Shades of Pink Flamingo #F153FA

Tints of Pink Flamingo #F153FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.55%

R = 41.99%
G = 14.46%
B = 43.55%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F153FA (or 0xF153FA) is known color: Pink Flamingo. HEX triplet: F1, 53 and FA. RGB value is (241,83,250). Sum of RGB (Red+Green+Blue) = 241+83+250=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 83 (32.81% from 255 or 14.46% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #F153FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F153FA is #0EAC05. Grayscale: #949494. Windows color (decimal): -961542 or 16405489. OLE color: 16405489.

HSL color Cylindrical-coordinate representation of color #F153FA: hue angle of 296.77º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F153FA is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 83 250 -
CMYK 0.04 0.67 0 0.02
HSL 296.77º 0.94% 0.65% -
HSV(B) 296.77º 0.67% 0.98% -
XYZ 56.62 31.79 93.59 -
YUV 149.28 184.85 193.42 -
System Red Green Blue C M Y K H S L
Decimal 241 83 250 0.04 0.67 0 0.02 296.77 0.94 0.65
Hex F1 53 FA 4 43 0 2 129 5E 41
Octal 361 123 372 4 103 0 2 451 136 101
Binary 11110001 1010011 11111010 100 1000011 0 10 100101001 1011110 1000001

Color Harmonies of #F153FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153FA

Black with #F153FA

Text Example


Text Example

White with #F153FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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