Html Css Color HEX #F35AA4 Brilliant Rose

📋 copy color: '#F35AA4'

red 243 ◦ green 90 ◦ blue 164

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

Shades of Brilliant Rose #F35AA4

Tints of Brilliant Rose #F35AA4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.11%

 BLUE value IS 164 (64.45% from 255) = 33%

R = 48.89%
G = 18.11%
B = 33%

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

#F35AA4 (or 0xF35AA4) is known color: Brilliant Rose. HEX triplet: F3, 5A and A4. RGB value is (243,90,164). Sum of RGB (Red+Green+Blue) = 243+90+164=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F35AA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35AA4 is #0CA55B. Grayscale: #909090. Windows color (decimal): -828764 or 10771187. OLE color: 10771187.

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

Color convert

RGB 243 90 164 -
CMYK 0 0.63 0.33 0.05
HSL 330.98º 0.86% 0.65% -
HSV(B) 330.98º 0.63% 0.95% -
XYZ 47.32 29.05 38.23 -
YUV 144.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 243 90 164 0 0.63 0.33 0.05 330.98 0.86 0.65
Hex F3 5A A4 0 3F 21 5 14B 56 41
Octal 363 132 244 0 77 41 5 513 126 101
Binary 11110011 1011010 10100100 0 111111 100001 101 101001011 1010110 1000001

Color Harmonies of #F35AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35AA4

Black with #F35AA4

Text Example


Text Example

White with #F35AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35AA4; }

 p { color: rgb(243,90,164); }

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

background-color css

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

 a { background-color: rgb(243,90,164); }

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

border-color css

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

 span { border-color: rgb(243,90,164); }

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