Html Css Color HEX #F06FDA Orchid

📋 copy color: '#F06FDA'

red 240 ◦ green 111 ◦ blue 218

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

Shades of Orchid #F06FDA

Tints of Orchid #F06FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 42.18%
G = 19.51%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F06FDA (or 0xF06FDA) is known color: Orchid. HEX triplet: F0, 6F and DA. RGB value is (240,111,218). Sum of RGB (Red+Green+Blue) = 240+111+218=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FDA is #0F9025. Grayscale: #A1A1A1. Windows color (decimal): -1019942 or 14315504. OLE color: 14315504.

HSL color Cylindrical-coordinate representation of color #F06FDA: hue angle of 310.23º 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 #F06FDA is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 111 218 -
CMYK 0 0.54 0.09 0.06
HSL 310.23º 0.81% 0.69% -
HSV(B) 310.23º 0.54% 0.94% -
XYZ 54.27 34.96 70.22 -
YUV 161.77 159.74 183.8 -
System Red Green Blue C M Y K H S L
Decimal 240 111 218 0 0.54 0.09 0.06 310.23 0.81 0.69
Hex F0 6F DA 0 36 9 6 136 51 45
Octal 360 157 332 0 66 11 6 466 121 105
Binary 11110000 1101111 11011010 0 110110 1001 110 100110110 1010001 1000101

Color Harmonies of #F06FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FDA

Black with #F06FDA

Text Example


Text Example

White with #F06FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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