Html Css Color HEX #F358AA Brilliant Rose

📋 copy color: '#F358AA'

red 243 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #F358AA

Tints of Brilliant Rose #F358AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.56%

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

R = 48.5%
G = 17.56%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F358AA (or 0xF358AA) is known color: Brilliant Rose. HEX triplet: F3, 58 and AA. RGB value is (243,88,170). Sum of RGB (Red+Green+Blue) = 243+88+170=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F358AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F358AA is #0CA755. Grayscale: #8F8F8F. Windows color (decimal): -829270 or 11163891. OLE color: 11163891.

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

Color convert

RGB 243 88 170 -
CMYK 0 0.64 0.30 0.05
HSL 328.26º 0.87% 0.65% -
HSV(B) 328.26º 0.64% 0.95% -
XYZ 47.71 28.94 41.1 -
YUV 143.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 243 88 170 0 0.64 0.30 0.05 328.26 0.87 0.65
Hex F3 58 AA 0 40 1E 5 148 57 41
Octal 363 130 252 0 100 36 5 510 127 101
Binary 11110011 1011000 10101010 0 1000000 11110 101 101001000 1010111 1000001

Color Harmonies of #F358AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358AA

Black with #F358AA

Text Example


Text Example

White with #F358AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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