Html Css Color HEX #F241FE Pink Flamingo

📋 copy color: '#F241FE'

red 242 ◦ green 65 ◦ blue 254

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

Shades of Pink Flamingo #F241FE

Tints of Pink Flamingo #F241FE

RGB

 RED value IS 242 (94.92% from 255) = 43.14%

 GREEN value IS 65 (25.78% from 255) = 11.59%

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

R = 43.14%
G = 11.59%
B = 45.28%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F241FE (or 0xF241FE) is known color: Pink Flamingo. HEX triplet: F2, 41 and FE. RGB value is (242,65,254). Sum of RGB (Red+Green+Blue) = 242+65+254=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 65 (25.78% from 255 or 11.59% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #F241FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241FE is #0DBE01. Grayscale: #8A8A8A. Windows color (decimal): -900610 or 16663026. OLE color: 16663026.

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

Color convert

RGB 242 65 254 -
CMYK 0.05 0.74 0 0.00
HSL 296.19º 0.99% 0.63% -
HSV(B) 296.19º 0.74% 1% -
XYZ 56.4 29.81 96.55 -
YUV 139.47 192.64 201.13 -
System Red Green Blue C M Y K H S L
Decimal 242 65 254 0.05 0.74 0 0.00 296.19 0.99 0.63
Hex F2 41 FE 5 4A 0 0 128 63 3F
Octal 362 101 376 5 112 0 0 450 143 77
Binary 11110010 1000001 11111110 101 1001010 0 0 100101000 1100011 111111

Color Harmonies of #F241FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241FE

Black with #F241FE

Text Example


Text Example

White with #F241FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241FE; }

 p { color: rgb(242,65,254); }

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

background-color css

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

 a { background-color: rgb(242,65,254); }

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

border-color css

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

 span { border-color: rgb(242,65,254); }

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