Html Css Color HEX #F23EFD Pink Flamingo

📋 copy color: '#F23EFD'

red 242 ◦ green 62 ◦ blue 253

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

Shades of Pink Flamingo #F23EFD

Tints of Pink Flamingo #F23EFD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.13%

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

R = 43.45%
G = 11.13%
B = 45.42%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F23EFD (or 0xF23EFD) is known color: Pink Flamingo. HEX triplet: F2, 3E and FD. RGB value is (242,62,253). Sum of RGB (Red+Green+Blue) = 242+62+253=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 62 (24.61% from 255 or 11.13% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #F23EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23EFD is #0DC102. Grayscale: #898989. Windows color (decimal): -901379 or 16596722. OLE color: 16596722.

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

Color convert

RGB 242 62 253 -
CMYK 0.04 0.75 0 0.01
HSL 296.54º 0.98% 0.62% -
HSV(B) 296.54º 0.75% 0.99% -
XYZ 56.07 29.41 95.65 -
YUV 137.59 193.13 202.47 -
System Red Green Blue C M Y K H S L
Decimal 242 62 253 0.04 0.75 0 0.01 296.54 0.98 0.62
Hex F2 3E FD 4 4B 0 1 129 62 3E
Octal 362 76 375 4 113 0 1 451 142 76
Binary 11110010 111110 11111101 100 1001011 0 1 100101001 1100010 111110

Color Harmonies of #F23EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23EFD

Black with #F23EFD

Text Example


Text Example

White with #F23EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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