Html Css Color HEX #F06FD8 Orchid

📋 copy color: '#F06FD8'

red 240 ◦ green 111 ◦ blue 216

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

Shades of Orchid #F06FD8

Tints of Orchid #F06FD8

RGB

 RED value IS 240 (94.14% from 255) = 42.33%

 GREEN value IS 111 (43.75% from 255) = 19.58%

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 42.33%
G = 19.58%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F06FD8 (or 0xF06FD8) is known color: Orchid. HEX triplet: F0, 6F and D8. RGB value is (240,111,216). Sum of RGB (Red+Green+Blue) = 240+111+216=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FD8 is #0F9027. Grayscale: #A1A1A1. Windows color (decimal): -1019944 or 14184432. OLE color: 14184432.

HSL color Cylindrical-coordinate representation of color #F06FD8: hue angle of 311.16º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FD8 is Cyan = 0, Magento = 0.54, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 111 216 -
CMYK 0 0.54 0.1 0.06
HSL 311.16º 0.81% 0.69% -
HSV(B) 311.16º 0.54% 0.94% -
XYZ 54.01 34.85 68.85 -
YUV 161.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 240 111 216 0 0.54 0.1 0.06 311.16 0.81 0.69
Hex F0 6F D8 0 36 A 6 137 51 45
Octal 360 157 330 0 66 12 6 467 121 105
Binary 11110000 1101111 11011000 0 110110 1010 110 100110111 1010001 1000101

Color Harmonies of #F06FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FD8

Black with #F06FD8

Text Example


Text Example

White with #F06FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FD8; }

 p { color: rgb(240,111,216); }

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

background-color css

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

 a { background-color: rgb(240,111,216); }

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

border-color css

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

 span { border-color: rgb(240,111,216); }

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