Html Css Color HEX #F034A3 Persian Rose

📋 copy color: '#F034A3'

red 240 ◦ green 52 ◦ blue 163

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

Shades of Persian Rose #F034A3

Tints of Persian Rose #F034A3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.43%

 BLUE value IS 163 (64.06% from 255) = 35.82%

R = 52.75%
G = 11.43%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F034A3 (or 0xF034A3) is known color: Persian Rose. HEX triplet: F0, 34 and A3. RGB value is (240,52,163). Sum of RGB (Red+Green+Blue) = 240+52+163=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F034A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F034A3 is #0FCB5C. Grayscale: #787878. Windows color (decimal): -1035101 or 10695920. OLE color: 10695920.

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

Color convert

RGB 240 52 163 -
CMYK 0 0.78 0.32 0.06
HSL 324.57º 0.86% 0.57% -
HSV(B) 324.57º 0.78% 0.94% -
XYZ 43.77 23.63 36.9 -
YUV 120.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 240 52 163 0 0.78 0.32 0.06 324.57 0.86 0.57
Hex F0 34 A3 0 4E 20 6 145 56 39
Octal 360 64 243 0 116 40 6 505 126 71
Binary 11110000 110100 10100011 0 1001110 100000 110 101000101 1010110 111001

Color Harmonies of #F034A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F034A3

Black with #F034A3

Text Example


Text Example

White with #F034A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F034A3; }

 p { color: rgb(240,52,163); }

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

background-color css

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

 a { background-color: rgb(240,52,163); }

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

border-color css

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

 span { border-color: rgb(240,52,163); }

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