Html Css Color HEX #F353A0 Brilliant Rose

📋 copy color: '#F353A0'

red 243 ◦ green 83 ◦ blue 160

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

Shades of Brilliant Rose #F353A0

Tints of Brilliant Rose #F353A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.92%

R = 50%
G = 17.08%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F353A0 (or 0xF353A0) is known color: Brilliant Rose. HEX triplet: F3, 53 and A0. RGB value is (243,83,160). Sum of RGB (Red+Green+Blue) = 243+83+160=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F353A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F353A0 is #0CAC5F. Grayscale: #8B8B8B. Windows color (decimal): -830560 or 10507251. OLE color: 10507251.

HSL color Cylindrical-coordinate representation of color #F353A0: hue angle of 331.12º 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 #F353A0 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 83 160 -
CMYK 0 0.66 0.34 0.05
HSL 331.13º 0.87% 0.64% -
HSV(B) 331.13º 0.66% 0.95% -
XYZ 46.4 27.78 36.17 -
YUV 139.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 243 83 160 0 0.66 0.34 0.05 331.13 0.87 0.64
Hex F3 53 A0 0 42 22 5 14B 57 40
Octal 363 123 240 0 102 42 5 513 127 100
Binary 11110011 1010011 10100000 0 1000010 100010 101 101001011 1010111 1000000

Color Harmonies of #F353A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353A0

Black with #F353A0

Text Example


Text Example

White with #F353A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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