Html Css Color HEX #F35BA0 Brilliant Rose

📋 copy color: '#F35BA0'

red 243 ◦ green 91 ◦ blue 160

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

Shades of Brilliant Rose #F35BA0

Tints of Brilliant Rose #F35BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.42%

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

R = 49.19%
G = 18.42%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F35BA0 (or 0xF35BA0) is known color: Brilliant Rose. HEX triplet: F3, 5B and A0. RGB value is (243,91,160). Sum of RGB (Red+Green+Blue) = 243+91+160=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F35BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35BA0 is #0CA45F. Grayscale: #909090. Windows color (decimal): -828512 or 10509299. OLE color: 10509299.

HSL color Cylindrical-coordinate representation of color #F35BA0: hue angle of 332.76º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35BA0 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 91 160 -
CMYK 0 0.63 0.34 0.05
HSL 332.76º 0.86% 0.65% -
HSV(B) 332.76º 0.63% 0.95% -
XYZ 47.05 29.07 36.39 -
YUV 144.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 243 91 160 0 0.63 0.34 0.05 332.76 0.86 0.65
Hex F3 5B A0 0 3F 22 5 14D 56 41
Octal 363 133 240 0 77 42 5 515 126 101
Binary 11110011 1011011 10100000 0 111111 100010 101 101001101 1010110 1000001

Color Harmonies of #F35BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35BA0

Black with #F35BA0

Text Example


Text Example

White with #F35BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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