Html Css Color HEX #F153F9 Pink Flamingo

📋 copy color: '#F153F9'

red 241 ◦ green 83 ◦ blue 249

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

Shades of Pink Flamingo #F153F9

Tints of Pink Flamingo #F153F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.46%

R = 42.06%
G = 14.49%
B = 43.46%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F153F9 (or 0xF153F9) is known color: Pink Flamingo. HEX triplet: F1, 53 and F9. RGB value is (241,83,249). Sum of RGB (Red+Green+Blue) = 241+83+249=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 83 (32.81% from 255 or 14.49% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #F153F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F153F9 is #0EAC06. Grayscale: #949494. Windows color (decimal): -961543 or 16339953. OLE color: 16339953.

HSL color Cylindrical-coordinate representation of color #F153F9: hue angle of 297.11º degrees, saturation: 0.93, 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 #F153F9 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 83 249 -
CMYK 0.03 0.67 0 0.02
HSL 297.11º 0.93% 0.65% -
HSV(B) 297.11º 0.67% 0.98% -
XYZ 56.47 31.73 92.77 -
YUV 149.17 184.35 193.5 -
System Red Green Blue C M Y K H S L
Decimal 241 83 249 0.03 0.67 0 0.02 297.11 0.93 0.65
Hex F1 53 F9 3 43 0 2 129 5D 41
Octal 361 123 371 3 103 0 2 451 135 101
Binary 11110001 1010011 11111001 11 1000011 0 10 100101001 1011101 1000001

Color Harmonies of #F153F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153F9

Black with #F153F9

Text Example


Text Example

White with #F153F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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