Html Css Color HEX #FF38FF Pink Flamingo

📋 copy color: '#FF38FF'

red 255 ◦ green 56 ◦ blue 255

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

Shades of Pink Flamingo #FF38FF

Tints of Pink Flamingo #FF38FF

RGB

 RED value IS 255 (100% from 255) = 45.05%

 GREEN value IS 56 (22.27% from 255) = 9.89%

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

R = 45.05%
G = 9.89%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF38FF (or 0xFF38FF) is known color: Pink Flamingo. HEX triplet: FF, 38 and FF. RGB value is (255,56,255). Sum of RGB (Red+Green+Blue) = 255+56+255=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 56 (22.27% from 255 or 9.89% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF38FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF38FF is #00C700. Grayscale: #898989. Windows color (decimal): -50945 or 16726271. OLE color: 16726271.

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

Color convert

RGB 255 56 255 -
CMYK 0 0.78 0 0
HSL 300º 1% 0.61% -
HSV(B) 300º 0.78% 1% -
XYZ 60.7 31.31 97.45 -
YUV 138.19 193.93 211.32 -
System Red Green Blue C M Y K H S L
Decimal 255 56 255 0 0.78 0 0 300 1 0.61
Hex FF 38 FF 0 4E 0 0 12C 64 3D
Octal 377 70 377 0 116 0 0 454 144 75
Binary 11111111 111000 11111111 0 1001110 0 0 100101100 1100100 111101

Color Harmonies of #FF38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF38FF

Black with #FF38FF

Text Example


Text Example

White with #FF38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF38FF; }

 p { color: rgb(255,56,255); }

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

background-color css

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

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

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

border-color css

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

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

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