Html Css Color HEX #F350AB Brilliant Rose

📋 copy color: '#F350AB'

red 243 ◦ green 80 ◦ blue 171

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

Shades of Brilliant Rose #F350AB

Tints of Brilliant Rose #F350AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.19%

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 49.19%
G = 16.19%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F350AB (or 0xF350AB) is known color: Brilliant Rose. HEX triplet: F3, 50 and AB. RGB value is (243,80,171). Sum of RGB (Red+Green+Blue) = 243+80+171=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F350AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F350AB is #0CAF54. Grayscale: #8A8A8A. Windows color (decimal): -831317 or 11227379. OLE color: 11227379.

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

Color convert

RGB 243 80 171 -
CMYK 0 0.67 0.30 0.05
HSL 326.5º 0.87% 0.63% -
HSV(B) 326.5º 0.67% 0.95% -
XYZ 47.18 27.73 41.39 -
YUV 139.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 243 80 171 0 0.67 0.30 0.05 326.5 0.87 0.63
Hex F3 50 AB 0 43 1E 5 147 57 3F
Octal 363 120 253 0 103 36 5 507 127 77
Binary 11110011 1010000 10101011 0 1000011 11110 101 101000111 1010111 111111

Color Harmonies of #F350AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F350AB

Black with #F350AB

Text Example


Text Example

White with #F350AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F350AB; }

 p { color: rgb(243,80,171); }

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

background-color css

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

 a { background-color: rgb(243,80,171); }

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

border-color css

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

 span { border-color: rgb(243,80,171); }

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