Html Css Color HEX #F134FF Pink Flamingo

📋 copy color: '#F134FF'

red 241 ◦ green 52 ◦ blue 255

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

Shades of Pink Flamingo #F134FF

Tints of Pink Flamingo #F134FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.49%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 43.98%
G = 9.49%
B = 46.53%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F134FF (or 0xF134FF) is known color: Pink Flamingo. HEX triplet: F1, 34 and FF. RGB value is (241,52,255). Sum of RGB (Red+Green+Blue) = 241+52+255=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 52 (20.70% from 255 or 9.49% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #F134FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F134FF is #0ECB00. Grayscale: #838383. Windows color (decimal): -969473 or 16725233. OLE color: 16725233.

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

Color convert

RGB 241 52 255 -
CMYK 0.05 0.80 0 0
HSL 295.86º 1% 0.6% -
HSV(B) 295.86º 0.8% 1% -
XYZ 55.55 28.38 97.16 -
YUV 131.65 197.62 205.99 -
System Red Green Blue C M Y K H S L
Decimal 241 52 255 0.05 0.80 0 0 295.86 1 0.6
Hex F1 34 FF 5 50 0 0 128 64 3C
Octal 361 64 377 5 120 0 0 450 144 74
Binary 11110001 110100 11111111 101 1010000 0 0 100101000 1100100 111100

Color Harmonies of #F134FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134FF

Black with #F134FF

Text Example


Text Example

White with #F134FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134FF; }

 p { color: rgb(241,52,255); }

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

background-color css

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

 a { background-color: rgb(241,52,255); }

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

border-color css

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

 span { border-color: rgb(241,52,255); }

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