Html Css Color HEX #F070D8 Orchid

📋 copy color: '#F070D8'

red 240 ◦ green 112 ◦ blue 216

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

Shades of Orchid #F070D8

Tints of Orchid #F070D8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.72%

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

R = 42.25%
G = 19.72%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F070D8 (or 0xF070D8) is known color: Orchid. HEX triplet: F0, 70 and D8. RGB value is (240,112,216). Sum of RGB (Red+Green+Blue) = 240+112+216=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F070D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070D8 is #0F8F27. Grayscale: #A1A1A1. Windows color (decimal): -1019688 or 14184688. OLE color: 14184688.

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

Color convert

RGB 240 112 216 -
CMYK 0 0.53 0.1 0.06
HSL 311.25º 0.81% 0.69% -
HSV(B) 311.25º 0.53% 0.94% -
XYZ 54.12 35.07 68.88 -
YUV 162.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 240 112 216 0 0.53 0.1 0.06 311.25 0.81 0.69
Hex F0 70 D8 0 35 A 6 137 51 45
Octal 360 160 330 0 65 12 6 467 121 105
Binary 11110000 1110000 11011000 0 110101 1010 110 100110111 1010001 1000101

Color Harmonies of #F070D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070D8

Black with #F070D8

Text Example


Text Example

White with #F070D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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