Html Css Color HEX #F353A5 Brilliant Rose

📋 copy color: '#F353A5'

red 243 ◦ green 83 ◦ blue 165

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

Shades of Brilliant Rose #F353A5

Tints of Brilliant Rose #F353A5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.9%

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 49.49%
G = 16.9%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F353A5 (or 0xF353A5) is known color: Brilliant Rose. HEX triplet: F3, 53 and A5. RGB value is (243,83,165). Sum of RGB (Red+Green+Blue) = 243+83+165=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F353A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F353A5 is #0CAC5A. Grayscale: #8C8C8C. Windows color (decimal): -830555 or 10834931. OLE color: 10834931.

HSL color Cylindrical-coordinate representation of color #F353A5: hue angle of 329.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353A5 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 83 165 -
CMYK 0 0.66 0.32 0.05
HSL 329.25º 0.87% 0.64% -
HSV(B) 329.25º 0.66% 0.95% -
XYZ 46.85 27.96 38.52 -
YUV 140.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 243 83 165 0 0.66 0.32 0.05 329.25 0.87 0.64
Hex F3 53 A5 0 42 20 5 149 57 40
Octal 363 123 245 0 102 40 5 511 127 100
Binary 11110011 1010011 10100101 0 1000010 100000 101 101001001 1010111 1000000

Color Harmonies of #F353A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353A5

Black with #F353A5

Text Example


Text Example

White with #F353A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353A5; }

 p { color: rgb(243,83,165); }

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

background-color css

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

 a { background-color: rgb(243,83,165); }

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

border-color css

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

 span { border-color: rgb(243,83,165); }

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