Html Css Color HEX #F241FC Pink Flamingo

📋 copy color: '#F241FC'

red 242 ◦ green 65 ◦ blue 252

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

Shades of Pink Flamingo #F241FC

Tints of Pink Flamingo #F241FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 43.29%
G = 11.63%
B = 45.08%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F241FC (or 0xF241FC) is known color: Pink Flamingo. HEX triplet: F2, 41 and FC. RGB value is (242,65,252). Sum of RGB (Red+Green+Blue) = 242+65+252=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 65 (25.78% from 255 or 11.63% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #F241FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241FC is #0DBE03. Grayscale: #8A8A8A. Windows color (decimal): -900612 or 16531954. OLE color: 16531954.

HSL color Cylindrical-coordinate representation of color #F241FC: hue angle of 296.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F241FC is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 65 252 -
CMYK 0.04 0.74 0 0.01
HSL 296.79º 0.97% 0.62% -
HSV(B) 296.79º 0.74% 0.99% -
XYZ 56.08 29.69 94.87 -
YUV 139.24 191.64 201.29 -
System Red Green Blue C M Y K H S L
Decimal 242 65 252 0.04 0.74 0 0.01 296.79 0.97 0.62
Hex F2 41 FC 4 4A 0 1 129 61 3E
Octal 362 101 374 4 112 0 1 451 141 76
Binary 11110010 1000001 11111100 100 1001010 0 1 100101001 1100001 111110

Color Harmonies of #F241FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241FC

Black with #F241FC

Text Example


Text Example

White with #F241FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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