Html Css Color HEX #F361A0 Brilliant Rose

📋 copy color: '#F361A0'

red 243 ◦ green 97 ◦ blue 160

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

Shades of Brilliant Rose #F361A0

Tints of Brilliant Rose #F361A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.4%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 48.6%
G = 19.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F361A0 (or 0xF361A0) is known color: Brilliant Rose. HEX triplet: F3, 61 and A0. RGB value is (243,97,160). Sum of RGB (Red+Green+Blue) = 243+97+160=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F361A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F361A0 is #0C9E5F. Grayscale: #939393. Windows color (decimal): -826976 or 10510835. OLE color: 10510835.

HSL color Cylindrical-coordinate representation of color #F361A0: hue angle of 334.11º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F361A0 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 97 160 -
CMYK 0 0.60 0.34 0.05
HSL 334.11º 0.86% 0.67% -
HSV(B) 334.11º 0.6% 0.95% -
XYZ 47.58 30.14 36.57 -
YUV 147.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 243 97 160 0 0.60 0.34 0.05 334.11 0.86 0.67
Hex F3 61 A0 0 3C 22 5 14E 56 43
Octal 363 141 240 0 74 42 5 516 126 103
Binary 11110011 1100001 10100000 0 111100 100010 101 101001110 1010110 1000011

Color Harmonies of #F361A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F361A0

Black with #F361A0

Text Example


Text Example

White with #F361A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F361A0; }

 p { color: rgb(243,97,160); }

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

background-color css

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

 a { background-color: rgb(243,97,160); }

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

border-color css

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

 span { border-color: rgb(243,97,160); }

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