Html Css Color HEX #F242FD Pink Flamingo

📋 copy color: '#F242FD'

red 242 ◦ green 66 ◦ blue 253

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

Shades of Pink Flamingo #F242FD

Tints of Pink Flamingo #F242FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.76%

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 43.14%
G = 11.76%
B = 45.1%

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

#F242FD (or 0xF242FD) is known color: Pink Flamingo. HEX triplet: F2, 42 and FD. RGB value is (242,66,253). Sum of RGB (Red+Green+Blue) = 242+66+253=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 66 (26.17% from 255 or 11.76% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #F242FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F242FD is #0DBD02. Grayscale: #8B8B8B. Windows color (decimal): -900355 or 16597746. OLE color: 16597746.

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

Color convert

RGB 242 66 253 -
CMYK 0.04 0.74 0 0.01
HSL 296.47º 0.98% 0.63% -
HSV(B) 296.47º 0.74% 0.99% -
XYZ 56.3 29.87 95.73 -
YUV 139.94 191.81 200.79 -
System Red Green Blue C M Y K H S L
Decimal 242 66 253 0.04 0.74 0 0.01 296.47 0.98 0.63
Hex F2 42 FD 4 4A 0 1 128 62 3F
Octal 362 102 375 4 112 0 1 450 142 77
Binary 11110010 1000010 11111101 100 1001010 0 1 100101000 1100010 111111

Color Harmonies of #F242FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F242FD

Black with #F242FD

Text Example


Text Example

White with #F242FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F242FD; }

 p { color: rgb(242,66,253); }

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

background-color css

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

 a { background-color: rgb(242,66,253); }

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

border-color css

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

 span { border-color: rgb(242,66,253); }

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