Html Css Color HEX #F348AA Brilliant Rose

📋 copy color: '#F348AA'

red 243 ◦ green 72 ◦ blue 170

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

Shades of Brilliant Rose #F348AA

Tints of Brilliant Rose #F348AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 50.1%
G = 14.85%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F348AA (or 0xF348AA) is known color: Brilliant Rose. HEX triplet: F3, 48 and AA. RGB value is (243,72,170). Sum of RGB (Red+Green+Blue) = 243+72+170=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F348AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F348AA is #0CB755. Grayscale: #868686. Windows color (decimal): -833366 or 11159795. OLE color: 11159795.

HSL color Cylindrical-coordinate representation of color #F348AA: hue angle of 325.61º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F348AA is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 72 170 -
CMYK 0 0.70 0.30 0.05
HSL 325.61º 0.88% 0.62% -
HSV(B) 325.61º 0.7% 0.95% -
XYZ 46.54 26.59 40.71 -
YUV 134.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 243 72 170 0 0.70 0.30 0.05 325.61 0.88 0.62
Hex F3 48 AA 0 46 1E 5 146 58 3E
Octal 363 110 252 0 106 36 5 506 130 76
Binary 11110011 1001000 10101010 0 1000110 11110 101 101000110 1011000 111110

Color Harmonies of #F348AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F348AA

Black with #F348AA

Text Example


Text Example

White with #F348AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F348AA; }

 p { color: rgb(243,72,170); }

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

background-color css

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

 a { background-color: rgb(243,72,170); }

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

border-color css

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

 span { border-color: rgb(243,72,170); }

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