Html Css Color HEX #F133FE Pink Flamingo

📋 copy color: '#F133FE'

red 241 ◦ green 51 ◦ blue 254

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

Shades of Pink Flamingo #F133FE

Tints of Pink Flamingo #F133FE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.34%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 44.14%
G = 9.34%
B = 46.52%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F133FE (or 0xF133FE) is known color: Pink Flamingo. HEX triplet: F1, 33 and FE. RGB value is (241,51,254). Sum of RGB (Red+Green+Blue) = 241+51+254=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 51 (20.31% from 255 or 9.34% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #F133FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F133FE is #0ECC01. Grayscale: #828282. Windows color (decimal): -969730 or 16659441. OLE color: 16659441.

HSL color Cylindrical-coordinate representation of color #F133FE: hue angle of 296.16º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F133FE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 51 254 -
CMYK 0.05 0.80 0 0.00
HSL 296.16º 0.99% 0.6% -
HSV(B) 296.16º 0.8% 1% -
XYZ 55.35 28.22 96.3 -
YUV 130.95 197.45 206.49 -
System Red Green Blue C M Y K H S L
Decimal 241 51 254 0.05 0.80 0 0.00 296.16 0.99 0.6
Hex F1 33 FE 5 50 0 0 128 63 3C
Octal 361 63 376 5 120 0 0 450 143 74
Binary 11110001 110011 11111110 101 1010000 0 0 100101000 1100011 111100

Color Harmonies of #F133FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133FE

Black with #F133FE

Text Example


Text Example

White with #F133FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133FE; }

 p { color: rgb(241,51,254); }

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

background-color css

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

 a { background-color: rgb(241,51,254); }

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

border-color css

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

 span { border-color: rgb(241,51,254); }

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