Html Css Color HEX #FF6194 Brilliant Rose

📋 copy color: '#FF6194'

red 255 ◦ green 97 ◦ blue 148

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

Shades of Brilliant Rose #FF6194

Tints of Brilliant Rose #FF6194

RGB

 RED value IS 255 (100% from 255) = 51%

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

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 51%
G = 19.4%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6194 (or 0xFF6194) is known color: Brilliant Rose. HEX triplet: FF, 61 and 94. RGB value is (255,97,148). Sum of RGB (Red+Green+Blue) = 255+97+148=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6194 is #009E6B. Grayscale: #969696. Windows color (decimal): -40556 or 9724415. OLE color: 9724415.

HSL color Cylindrical-coordinate representation of color #FF6194: hue angle of 340.63º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6194 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 97 148 -
CMYK 0 0.62 0.42 0
HSL 340.63º 1% 0.69% -
HSV(B) 340.63º 0.62% 1% -
XYZ 50.86 31.95 31.5 -
YUV 150.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 255 97 148 0 0.62 0.42 0 340.63 1 0.69
Hex FF 61 94 0 3E 2A 0 155 64 45
Octal 377 141 224 0 76 52 0 525 144 105
Binary 11111111 1100001 10010100 0 111110 101010 0 101010101 1100100 1000101

Color Harmonies of #FF6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6194

Black with #FF6194

Text Example


Text Example

White with #FF6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6194; }

 p { color: rgb(255,97,148); }

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

background-color css

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

 a { background-color: rgb(255,97,148); }

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

border-color css

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

 span { border-color: rgb(255,97,148); }

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