Html Css Color HEX #F35BA2 Brilliant Rose

📋 copy color: '#F35BA2'

red 243 ◦ green 91 ◦ blue 162

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

Shades of Brilliant Rose #F35BA2

Tints of Brilliant Rose #F35BA2

RGB

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

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

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

R = 48.99%
G = 18.35%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F35BA2 (or 0xF35BA2) is known color: Brilliant Rose. HEX triplet: F3, 5B and A2. RGB value is (243,91,162). Sum of RGB (Red+Green+Blue) = 243+91+162=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F35BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35BA2 is #0CA45D. Grayscale: #909090. Windows color (decimal): -828510 or 10640371. OLE color: 10640371.

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

Color convert

RGB 243 91 162 -
CMYK 0 0.63 0.33 0.05
HSL 331.97º 0.86% 0.65% -
HSV(B) 331.97º 0.63% 0.95% -
XYZ 47.22 29.15 37.32 -
YUV 144.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 243 91 162 0 0.63 0.33 0.05 331.97 0.86 0.65
Hex F3 5B A2 0 3F 21 5 14C 56 41
Octal 363 133 242 0 77 41 5 514 126 101
Binary 11110011 1011011 10100010 0 111111 100001 101 101001100 1010110 1000001

Color Harmonies of #F35BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35BA2

Black with #F35BA2

Text Example


Text Example

White with #F35BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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