Html Css Color HEX #F070D7 Orchid

📋 copy color: '#F070D7'

red 240 ◦ green 112 ◦ blue 215

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

Shades of Orchid #F070D7

Tints of Orchid #F070D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.92%

R = 42.33%
G = 19.75%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F070D7 (or 0xF070D7) is known color: Orchid. HEX triplet: F0, 70 and D7. RGB value is (240,112,215). Sum of RGB (Red+Green+Blue) = 240+112+215=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F070D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070D7 is #0F8F28. Grayscale: #A1A1A1. Windows color (decimal): -1019689 or 14119152. OLE color: 14119152.

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

Color convert

RGB 240 112 215 -
CMYK 0 0.53 0.10 0.06
HSL 311.72º 0.81% 0.69% -
HSV(B) 311.72º 0.53% 0.94% -
XYZ 54 35.02 68.2 -
YUV 162.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 240 112 215 0 0.53 0.10 0.06 311.72 0.81 0.69
Hex F0 70 D7 0 35 A 6 138 51 45
Octal 360 160 327 0 65 12 6 470 121 105
Binary 11110000 1110000 11010111 0 110101 1010 110 100111000 1010001 1000101

Color Harmonies of #F070D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070D7

Black with #F070D7

Text Example


Text Example

White with #F070D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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