Html Css Color HEX #F353A7 Brilliant Rose

📋 copy color: '#F353A7'

red 243 ◦ green 83 ◦ blue 167

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

Shades of Brilliant Rose #F353A7

Tints of Brilliant Rose #F353A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.87%

R = 49.29%
G = 16.84%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F353A7 (or 0xF353A7) is known color: Brilliant Rose. HEX triplet: F3, 53 and A7. RGB value is (243,83,167). Sum of RGB (Red+Green+Blue) = 243+83+167=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F353A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F353A7 is #0CAC58. Grayscale: #8C8C8C. Windows color (decimal): -830553 or 10966003. OLE color: 10966003.

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

Color convert

RGB 243 83 167 -
CMYK 0 0.66 0.31 0.05
HSL 328.5º 0.87% 0.64% -
HSV(B) 328.5º 0.66% 0.95% -
XYZ 47.03 28.03 39.49 -
YUV 140.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 243 83 167 0 0.66 0.31 0.05 328.5 0.87 0.64
Hex F3 53 A7 0 42 1F 5 148 57 40
Octal 363 123 247 0 102 37 5 510 127 100
Binary 11110011 1010011 10100111 0 1000010 11111 101 101001000 1010111 1000000

Color Harmonies of #F353A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F353A7

Black with #F353A7

Text Example


Text Example

White with #F353A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F353A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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