Html Css Color HEX #F135FF Pink Flamingo

📋 copy color: '#F135FF'

red 241 ◦ green 53 ◦ blue 255

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

Shades of Pink Flamingo #F135FF

Tints of Pink Flamingo #F135FF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.65%

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

R = 43.9%
G = 9.65%
B = 46.45%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F135FF (or 0xF135FF) is known color: Pink Flamingo. HEX triplet: F1, 35 and FF. RGB value is (241,53,255). Sum of RGB (Red+Green+Blue) = 241+53+255=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 53 (21.09% from 255 or 9.65% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #F135FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F135FF is #0ECA00. Grayscale: #838383. Windows color (decimal): -969217 or 16725489. OLE color: 16725489.

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

Color convert

RGB 241 53 255 -
CMYK 0.05 0.79 0 0
HSL 295.84º 1% 0.6% -
HSV(B) 295.84º 0.79% 1% -
XYZ 55.6 28.47 97.17 -
YUV 132.24 197.28 205.57 -
System Red Green Blue C M Y K H S L
Decimal 241 53 255 0.05 0.79 0 0 295.84 1 0.6
Hex F1 35 FF 5 4F 0 0 128 64 3C
Octal 361 65 377 5 117 0 0 450 144 74
Binary 11110001 110101 11111111 101 1001111 0 0 100101000 1100100 111100

Color Harmonies of #F135FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F135FF

Black with #F135FF

Text Example


Text Example

White with #F135FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F135FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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