Html Css Color HEX #F241FF Pink Flamingo

📋 copy color: '#F241FF'

red 242 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #F241FF

Tints of Pink Flamingo #F241FF

RGB

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

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

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

R = 43.06%
G = 11.57%
B = 45.37%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F241FF (or 0xF241FF) is known color: Pink Flamingo. HEX triplet: F2, 41 and FF. RGB value is (242,65,255). Sum of RGB (Red+Green+Blue) = 242+65+255=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 65 (25.78% from 255 or 11.57% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #F241FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241FF is #0DBE00. Grayscale: #8B8B8B. Windows color (decimal): -900609 or 16728562. OLE color: 16728562.

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

Color convert

RGB 242 65 255 -
CMYK 0.05 0.75 0 0
HSL 295.89º 1% 0.63% -
HSV(B) 295.89º 0.75% 1% -
XYZ 56.56 29.88 97.39 -
YUV 139.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 242 65 255 0.05 0.75 0 0 295.89 1 0.63
Hex F2 41 FF 5 4B 0 0 128 64 3F
Octal 362 101 377 5 113 0 0 450 144 77
Binary 11110010 1000001 11111111 101 1001011 0 0 100101000 1100100 111111

Color Harmonies of #F241FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241FF

Black with #F241FF

Text Example


Text Example

White with #F241FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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