Html Css Color HEX #F23CFD Pink Flamingo

📋 copy color: '#F23CFD'

red 242 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #F23CFD

Tints of Pink Flamingo #F23CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.81%

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

R = 43.6%
G = 10.81%
B = 45.59%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F23CFD (or 0xF23CFD) is known color: Pink Flamingo. HEX triplet: F2, 3C and FD. RGB value is (242,60,253). Sum of RGB (Red+Green+Blue) = 242+60+253=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 60 (23.83% from 255 or 10.81% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #F23CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23CFD is #0DC302. Grayscale: #878787. Windows color (decimal): -901891 or 16596210. OLE color: 16596210.

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

Color convert

RGB 242 60 253 -
CMYK 0.04 0.76 0 0.01
HSL 296.58º 0.98% 0.61% -
HSV(B) 296.58º 0.76% 0.99% -
XYZ 55.96 29.2 95.62 -
YUV 136.42 193.8 203.31 -
System Red Green Blue C M Y K H S L
Decimal 242 60 253 0.04 0.76 0 0.01 296.58 0.98 0.61
Hex F2 3C FD 4 4C 0 1 129 62 3D
Octal 362 74 375 4 114 0 1 451 142 75
Binary 11110010 111100 11111101 100 1001100 0 1 100101001 1100010 111101

Color Harmonies of #F23CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23CFD

Black with #F23CFD

Text Example


Text Example

White with #F23CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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