Html Css Color HEX #F334A2 Persian Rose

📋 copy color: '#F334A2'

red 243 ◦ green 52 ◦ blue 162

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

Shades of Persian Rose #F334A2

Tints of Persian Rose #F334A2

RGB

 RED value IS 243 (95.31% from 255) = 53.17%

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

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 53.17%
G = 11.38%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F334A2 (or 0xF334A2) is known color: Persian Rose. HEX triplet: F3, 34 and A2. RGB value is (243,52,162). Sum of RGB (Red+Green+Blue) = 243+52+162=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F334A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F334A2 is #0CCB5D. Grayscale: #797979. Windows color (decimal): -838494 or 10630387. OLE color: 10630387.

HSL color Cylindrical-coordinate representation of color #F334A2: hue angle of 325.45º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334A2 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 52 162 -
CMYK 0 0.79 0.33 0.05
HSL 325.45º 0.89% 0.58% -
HSV(B) 325.45º 0.79% 0.95% -
XYZ 44.71 24.12 36.48 -
YUV 121.65 150.78 214.56 -
System Red Green Blue C M Y K H S L
Decimal 243 52 162 0 0.79 0.33 0.05 325.45 0.89 0.58
Hex F3 34 A2 0 4F 21 5 145 59 3A
Octal 363 64 242 0 117 41 5 505 131 72
Binary 11110011 110100 10100010 0 1001111 100001 101 101000101 1011001 111010

Color Harmonies of #F334A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F334A2

Black with #F334A2

Text Example


Text Example

White with #F334A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F334A2; }

 p { color: rgb(243,52,162); }

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

background-color css

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

 a { background-color: rgb(243,52,162); }

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

border-color css

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

 span { border-color: rgb(243,52,162); }

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