Html Css Color HEX #F030AD Persian Rose

📋 copy color: '#F030AD'

red 240 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #F030AD

Tints of Persian Rose #F030AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.41%

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 52.06%
G = 10.41%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F030AD (or 0xF030AD) is known color: Persian Rose. HEX triplet: F0, 30 and AD. RGB value is (240,48,173). Sum of RGB (Red+Green+Blue) = 240+48+173=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F030AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F030AD is #0FCF52. Grayscale: #777777. Windows color (decimal): -1036115 or 11350256. OLE color: 11350256.

HSL color Cylindrical-coordinate representation of color #F030AD: hue angle of 320.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F030AD is Cyan = 0, Magento = 0.8, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 173 -
CMYK 0 0.8 0.28 0.06
HSL 320.94º 0.86% 0.56% -
HSV(B) 320.94º 0.8% 0.94% -
XYZ 44.53 23.66 41.75 -
YUV 119.66 158.11 213.84 -
System Red Green Blue C M Y K H S L
Decimal 240 48 173 0 0.8 0.28 0.06 320.94 0.86 0.56
Hex F0 30 AD 0 50 1C 6 141 56 38
Octal 360 60 255 0 120 34 6 501 126 70
Binary 11110000 110000 10101101 0 1010000 11100 110 101000001 1010110 111000

Color Harmonies of #F030AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030AD

Black with #F030AD

Text Example


Text Example

White with #F030AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030AD; }

 p { color: rgb(240,48,173); }

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

background-color css

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

 a { background-color: rgb(240,48,173); }

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

border-color css

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

 span { border-color: rgb(240,48,173); }

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